From 53caed5ea38a5d82c459916aaf215463a37ef028 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 21 Sep 2023 12:15:23 +1200 Subject: [PATCH] lib/util: Fix comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- lib/util/util_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3