Minor comment changes and html changes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12181 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-07-23 19:34:17 +00:00
commit af96789c14
4 changed files with 25 additions and 9 deletions

View file

@ -1173,7 +1173,7 @@ String *replace_captures(const char *input, String *subst, int captures[])
/* -----------------------------------------------------------------------------
* Swig_string_regex()
*
* Executes a regexp substitution. For example:
* Executes a regular expression substitution. For example:
*
* Printf(stderr,"gsl%(regex:/GSL_.*_/\\1/)s","GSL_Hello_") -> gslHello
* ----------------------------------------------------------------------------- */