From: Frantisek Sumsal Date: Fri, 5 Apr 2024 10:14:18 +0000 (+0200) Subject: log: fix comment X-Git-Tag: v256-rc1~292^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55db9e792c4db14f70c21ba16fc5445c62efd46;p=thirdparty%2Fsystemd.git log: fix comment --- diff --git a/src/basic/log.h b/src/basic/log.h index fc80902c450..6df164e06f7 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -32,7 +32,7 @@ typedef enum LogTarget{ } LogTarget; /* This log level disables logging completely. It can only be passed to log_set_max_level() and cannot be - * used a regular log level. */ + * used as a regular log level. */ #define LOG_NULL (LOG_EMERG - 1) /* Note to readers: << and >> have lower precedence (are evaluated earlier) than & and | */