From: Vincent Celier Date: Thu, 31 Jul 2008 10:26:12 +0000 (+0200) Subject: s-regexp.ads: Minor comment fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b960d36356cc3beb1a342594365130000076f19;p=gcc.git s-regexp.ads: Minor comment fix 2008-07-31 Vincent Celier * s-regexp.ads: Minor comment fix From-SVN: r138381 --- diff --git a/gcc/ada/s-regexp.ads b/gcc/ada/s-regexp.ads index d114f0d0ae6..a1f9bf732cf 100755 --- a/gcc/ada/s-regexp.ads +++ b/gcc/ada/s-regexp.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1998-2007, AdaCore -- +-- Copyright (C) 1998-2008, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -109,7 +109,7 @@ package System.Regexp is Glob : Boolean := False; Case_Sensitive : Boolean := True) return Regexp; -- Compiles a regular expression S. If the syntax of the given - -- expression is invalid (does not match above grammar, Error_In_Regexp + -- expression is invalid (does not match above grammar), Error_In_Regexp -- is raised. If Glob is True, the pattern is considered as a 'globbing -- pattern', that is a pattern as given by the second grammar above. -- As a special case, if Pattern is the empty string it will always