fix a comment grammar-o
authorNico Weber <thakis@chromium.org>
Mon, 30 Mar 2020 18:40:05 +0000 (14:40 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 30 Mar 2020 18:40:15 +0000 (14:40 -0400)
llvm/utils/gn/build/write_cmake_config.py

index ef70648..4fb9031 100755 (executable)
@@ -22,7 +22,7 @@ empty string, which is falsy, but FOO=0 sets it to '0' which is truthy):
         #define FOO 0
 
 2.) #cmakedefine FOO [...]
-    Checks if key FOO is set to a truthy in value, and depending on that prints
+    Checks if key FOO is set to a truthy value, and depending on that prints
     one of the following two lines:
 
         #define FOO [...]