|
Author: eliot
Date: 2011-04-27 11:23:43 -0700 (Wed, 27 Apr 2011)
New Revision: 2382
Modified:
branches/Cog/platforms/unix/plugins/LocalePlugin/sqUnixLocale.c
Log:
Fix comment typo.
Modified: branches/Cog/platforms/unix/plugins/LocalePlugin/sqUnixLocale.c
===================================================================
--- branches/Cog/platforms/unix/plugins/LocalePlugin/sqUnixLocale.c 2011-04-27 18:17:24 UTC (rev 2381)
+++ branches/Cog/platforms/unix/plugins/LocalePlugin/sqUnixLocale.c 2011-04-27 18:23:43 UTC (rev 2382)
@@ -608,7 +608,7 @@
return localeConv->p_cs_precedes;
}
-/* For Cog do *not* copy the trailing null sicne the VM checks for attempts to
+/* For Cog do *not* copy the trailing null since the VM checks for attempts to
* overwrite the end of an object, and copying the trailing null into a string
* does precisely this.
*/
|