[haiku-commits] r37354 - haiku/branches/developer/zooey/posix-locale/src/system/libroot/posix/locale

Author: zooey
Date: 2010-07-02 20:40:44 +0200 (Fri, 02 Jul 2010)
New Revision: 37354
Changeset: http://dev.haiku-os.org/changeset/37354/haiku

Modified:
   
haiku/branches/developer/zooey/posix-locale/src/system/libroot/posix/locale/ICULocaleBackend.cpp
Log:
* clarified comment

Modified: 
haiku/branches/developer/zooey/posix-locale/src/system/libroot/posix/locale/ICULocaleBackend.cpp
===================================================================
--- 
haiku/branches/developer/zooey/posix-locale/src/system/libroot/posix/locale/ICULocaleBackend.cpp
    2010-07-02 18:40:04 UTC (rev 37353)
+++ 
haiku/branches/developer/zooey/posix-locale/src/system/libroot/posix/locale/ICULocaleBackend.cpp
    2010-07-02 18:40:44 UTC (rev 37354)
@@ -531,9 +531,9 @@
 
 
 /*
- * This method determines the <>_sign_posn value according to the following
- * map (where '$' indicated the currency symbol, '#' the number value, and
- * '-' or parantheses the sign symbol):
+ * This method determines the positive/negative sign position value according 
to
+ * the following map (where '$' indicated the currency symbol, '#' the number
+ * value, and '-' or parantheses the sign symbol):
  *             ($#)    ->      0
  *             (#$)    ->      0
  *             -$#     ->      1


Other related posts:

  • » [haiku-commits] r37354 - haiku/branches/developer/zooey/posix-locale/src/system/libroot/posix/locale - zooey