diff options
Diffstat (limited to 'src/lib/util/coreutil.c')
-rw-r--r-- | src/lib/util/coreutil.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/util/coreutil.c b/src/lib/util/coreutil.c index 2a2a27d712e..a7c2ccb0f22 100644 --- a/src/lib/util/coreutil.c +++ b/src/lib/util/coreutil.c @@ -69,14 +69,14 @@ int gregorian_is_leap_year(int year) /* months are one counted */ /** - * @fn int gregorian_days_in_month(int month, int year) + * @fn int gregorian_days_in_month(int month, int year) * - * @brief Gregorian days in month. + * @brief Gregorian days in month. * - * @param month The month. - * @param year The year. + * @param month The month. + * @param year The year. * - * @return An int. + * @return An int. */ int gregorian_days_in_month(int month, int year) @@ -95,12 +95,12 @@ int gregorian_days_in_month(int month, int year) ***************************************************************************/ /** - * @fn void rand_memory(void *memory, size_t length) + * @fn void rand_memory(void *memory, size_t length) * - * @brief Random memory. + * @brief Random memory. * - * @param [in,out] memory If non-null, the memory. - * @param length The length. + * @param [in,out] memory If non-null, the memory. + * @param length The length. */ void rand_memory(void *memory, size_t length) |