svn commit: trunk/uClibc++/include

gkajmowi at uclibc.org gkajmowi at uclibc.org
Mon Oct 16 14:25:07 UTC 2006


Author: gkajmowi
Date: 2006-10-16 07:25:06 -0700 (Mon, 16 Oct 2006)
New Revision: 16395

Log:
Fix comment spelling error.


Modified:
   trunk/uClibc++/include/istream_helpers


Changeset:
Modified: trunk/uClibc++/include/istream_helpers
===================================================================
--- trunk/uClibc++/include/istream_helpers	2006-10-16 01:33:16 UTC (rev 16394)
+++ trunk/uClibc++/include/istream_helpers	2006-10-16 14:25:06 UTC (rev 16395)
@@ -321,7 +321,7 @@
 		typename basic_istream<charT,traits>::int_type c;
 		//While the next character normally read doesn't equal eof
 		//and that character is a space, advance to the next read position
-		//Thus itterating through al whitespace until we get to the meaty stuff
+		//Thus itterating through all whitespace until we get to the meaty stuff
 		while (
 			!traits::eq_int_type((c = is.rdbuf()->sgetc()),	eof)
 			&& isspace(c)




More information about the uClibc-cvs mailing list