diff --git a/Source/NSCalendarDate.m b/Source/NSCalendarDate.m
index ea5306efc..2e3888122 100644
--- a/Source/NSCalendarDate.m
+++ b/Source/NSCalendarDate.m
@@ -589,10 +589,10 @@ static inline int getDigits(const char *from, char *to, int limit, BOOL *error)
* %c same as '%X %x'
*
* -
- * %d day of month as decimal number
+ * %d day of month as a two digit decimal number
*
* -
- * %e same as %d without leading zero (you get a leading space instead)
+ * %e same as %d without leading zero
*
* -
* %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
*
* -
- * %d day of month as decimal number (leading zero)
+ * %d day of month as two digit decimal number (leading zero)
*
* -
- * %e day of month as decimal number (leading space)
+ * %e day of month as decimal number (without leading zero)
*
* -
* %F milliseconds (000 to 999)