From: Alexander Berntsen Date: Wed, 5 Jun 2013 13:08:47 +0000 (+0200) Subject: Fix incorrect comment X-Git-Tag: 4.6~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=49bc20c934ce52a33f9335943bc60d94b03beff1;p=i3%2Fi3 Fix incorrect comment --- diff --git a/src/main.c b/src/main.c index 0912d48e..bc3bb634 100644 --- a/src/main.c +++ b/src/main.c @@ -294,7 +294,7 @@ int main(int argc, char *argv[]) { * (file) logging. */ init_logging(); - /* On non-release builds, disable SHM logging by default. */ + /* On release builds, disable SHM logging by default. */ shmlog_size = (is_debug_build() ? default_shmlog_size : 0); start_argv = argv;