[ntpsec-main commit] Comment fix. No code changes.

Eric S. Raymond esr at ntpsec.org
Thu Nov 5 12:29:44 UTC 2015


Module:    ntpsec-main
Branch:    master
Commit:    a18a2df9b8bae421a405bef83dfaefdac0bd04ba
Changeset: http://git.ntpsec.org//commit/?id=a18a2df9b8bae421a405bef83dfaefdac0bd04ba

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Thu Nov  5 07:18:50 2015 -0500

Comment fix.  No code changes.

---

 include/ntp_calendar.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/ntp_calendar.h b/include/ntp_calendar.h
index c959c1d..9aabef0 100644
--- a/include/ntp_calendar.h
+++ b/include/ntp_calendar.h
@@ -235,7 +235,7 @@ ntpcal_split_yeardays(int32_t /* eyd */, bool /* isleapyear */);
 
 /*
  * Convert a RataDie number into the date part of a 'struct
- * calendar'. Return 0 if the year is regular year, !0 if the year is
+ * calendar'. Return false if the year is regular year, true if the year is
  * a leap year.
  */
 extern bool
@@ -243,7 +243,7 @@ ntpcal_rd_to_date(struct calendar * /* jt */, int32_t /* rd */);
 
 /*
  * Convert a RataDie number into the date part of a 'struct
- * tm'. Return 0 if the year is regular year, !0 if the year is a leap
+ * tm'. Return false if the year is regular year, true if the year is a leap
  * year.
  */
 extern bool



More information about the vc mailing list