diff options
author | 2017-04-23 12:27:42 +1000 | |
---|---|---|
committer | 2017-04-23 12:27:42 +1000 | |
commit | dac6dc4f626a70c065b86bbfd97a068b5c6965e6 (patch) | |
tree | 2e28cfb3cea5fb77fa0a4ea63464d7927c01d02a /src/lib/util/coreutil.h | |
parent | f5da128a9432c9956a0f4988445155cf19c427c0 (diff) |
srcclean (nw)
Diffstat (limited to 'src/lib/util/coreutil.h')
-rw-r--r-- | src/lib/util/coreutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/coreutil.h b/src/lib/util/coreutil.h index 4e5526fc6f0..0a584c4a39e 100644 --- a/src/lib/util/coreutil.h +++ b/src/lib/util/coreutil.h @@ -38,7 +38,7 @@ constexpr bool gregorian_is_leap_year(int year) //------------------------------------------------- // gregorian_days_in_month - given a year and a one-counted -// month, return the amount of days in that month +// month, return the amount of days in that month //------------------------------------------------- inline int gregorian_days_in_month(int month, int year) |