]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Punctuation
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Jan 2023 22:00:36 +0000 (16:00 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Jan 2023 22:00:36 +0000 (16:00 -0600)
src/lib/util/atexit.h

index 157e86e71ee1a279ba345b77def31842dd3a3dc8..d9639f866060b9c5f642fc858c65aa7502ca2682 100644 (file)
@@ -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.