fixup comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-03-17 06:00:14 +00:00
parent dbac8196e3
commit 66749afa77

View file

@ -589,10 +589,10 @@ static inline int getDigits(const char *from, char *to, int limit, BOOL *error)
* %c same as '%X %x'
* </item>
* <item>
* %d day of month as decimal number
* %d day of month as a two digit decimal number
* </item>
* <item>
* %e same as %d without leading zero (you get a leading space instead)
* %e same as %d without leading zero
* </item>
* <item>
* %F milliseconds as a decimal number
@ -2305,10 +2305,10 @@ static void outputValueWithFormat(int v, char *fldfmt, DescriptionInfo *info)
* %B full month name according to locale
* </item>
* <item>
* %d day of month as decimal number (leading zero)
* %d day of month as two digit decimal number (leading zero)
* </item>
* <item>
* %e day of month as decimal number (leading space)
* %e day of month as decimal number (without leading zero)
* </item>
* <item>
* %F milliseconds (000 to 999)