comment fixes, from Olly

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9051 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-04-12 19:34:01 +00:00
commit adc9136582

View file

@ -153,8 +153,8 @@ String *Swig_string_title(String *s) {
/* -----------------------------------------------------------------------------
* Swig_string_ccase()
*
* Takes a string object and returns a copy that is lowercase with thefirst letter
* capitalized and the one following '_', which are removed.
* Takes a string object and returns a copy that is lowercase with the first
* letter capitalized and the one following '_', which are removed.
*
* camel_case -> CamelCase
* camelCase -> CamelCase