From 09cac5e60795f36be6e2c0b7f06fbe046869d3db Mon Sep 17 00:00:00 2001 From: Karsten Sperling <113487422+ksperling-apple@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:53:13 +1200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Boris Zbarsky --- src/lib/core/core.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/core/core.gni b/src/lib/core/core.gni index 56f3c932a121c1..f2189198e36131 100644 --- a/src/lib/core/core.gni +++ b/src/lib/core/core.gni @@ -60,9 +60,9 @@ declare_args() { declare_args() { # Logging backend to use for targets that don't link a specific log - # backend (e.g. a command line utilites usually use 'stdio'). Options: + # backend (e.g. command line utilites usually use 'stdio'). Options: # 'platform' - The default log backend of the device platform - # 'external' - Externally LogV implementation (src/platform/logging/LogV.h) + # 'external' - External LogV implementation (src/platform/logging/LogV.h) # 'none' - Discard all log output # 'stdio' - Print to stdout # 'syslog' - POSIX syslog()