]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorJames Jones <jejones3141@gmail.com>
Mon, 30 Oct 2023 16:29:18 +0000 (11:29 -0500)
committerAlan DeKok <aland@freeradius.org>
Mon, 30 Oct 2023 17:07:19 +0000 (13:07 -0400)
Found while looking into CID #1548348

src/lib/server/log.c

index 5d17a46d003a39166ef9628f3993d95c18e4f27a..f29f185179d761bf9a2e02230c48f97185023dd6 100644 (file)
@@ -602,7 +602,7 @@ void log_module_failure_msg(request_t *request, char const *fmt, ...)
        va_end(ap);
 }
 
-/** Martial variadic log arguments into a va_list and pass to normal logging functions
+/** Marshal variadic log arguments into a va_list and pass to normal logging functions
  *
  * @see log_request_error for more details.
  *
@@ -629,7 +629,7 @@ void log_request(fr_log_type_t type, fr_log_lvl_t lvl, request_t *request,
        va_end(ap);
 }
 
-/** Martial variadic log arguments into a va_list and pass to error logging functions
+/** Marshal variadic log arguments into a va_list and pass to error logging functions
  *
  * This could all be done in a macro, but it turns out some implementations of the
  * variadic macros do not work at all well if the va_list being written to is further