rs=brendan
This commit is contained in:
timeless%mozdev.org 2004-11-24 00:54:11 +00:00
Родитель 8b89f82672
Коммит 6abcae9c71
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -182,7 +182,7 @@ class nsTString_CharT : public nsTSubstring_CharT
* Search for given char within this string
*
* @param aChar is the character to search for
* @param aOffset tells us where in this strig to start searching
* @param aOffset tells us where in this string to start searching
* @param aCount tells us how far from the offset we are to search.
* Use -1 to search the whole string.
* @return offset in string, or kNotFound