From: Arran Cudbard-Bell Date: Thu, 12 Jan 2023 22:00:36 +0000 (-0600) Subject: Punctuation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b239912a657e2863848e9755c17beda4e2b56653;p=thirdparty%2Ffreeradius-server.git Punctuation --- diff --git a/src/lib/util/atexit.h b/src/lib/util/atexit.h index 157e86e71ee..d9639f86606 100644 --- a/src/lib/util/atexit.h +++ b/src/lib/util/atexit.h @@ -90,7 +90,7 @@ static inline int _fr_atexit_global_once_funcs(fr_atexit_t init_func, fr_atexit_ return 0; } -/** A generic function to free talloc chunks compatible with the fr_atexit_t type +/** A generic function to free talloc chunks. Compatible with the fr_atexit_t type * * @param[in] to_free talloc chunk to free. * @return the return code returned by talloc_free.