From: Joseph Sutton Date: Thu, 21 Sep 2023 00:15:23 +0000 (+1200) Subject: lib/util: Fix comment X-Git-Tag: talloc-2.4.2~1075 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53caed5ea38a5d82c459916aaf215463a37ef028;p=thirdparty%2Fsamba.git lib/util: Fix comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/util/util_process.c b/lib/util/util_process.c index eccbffda1c5..a10b85cac80 100644 --- a/lib/util/util_process.c +++ b/lib/util/util_process.c @@ -27,7 +27,7 @@ #endif /* - * These variables are static so that we can print them in access them + * These variables are static so that we can access them * with process_get_short_title() and process_get_long_title(). The * purpose of this is to allow smb_panic_log() to print them. */