[llvm] a235215 - fix a comment grammar-o
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 11:40:32 PDT 2020
Author: Nico Weber
Date: 2020-03-30T14:40:15-04:00
New Revision: a235215415dc42da558d52070a2ca6eb9ad10d86
URL: https://github.com/llvm/llvm-project/commit/a235215415dc42da558d52070a2ca6eb9ad10d86
DIFF: https://github.com/llvm/llvm-project/commit/a235215415dc42da558d52070a2ca6eb9ad10d86.diff
LOG: fix a comment grammar-o
Added:
Modified:
llvm/utils/gn/build/write_cmake_config.py
Removed:
################################################################################
diff --git a/llvm/utils/gn/build/write_cmake_config.py b/llvm/utils/gn/build/write_cmake_config.py
index ef706488d19a..4fb9031795e6 100755
--- a/llvm/utils/gn/build/write_cmake_config.py
+++ b/llvm/utils/gn/build/write_cmake_config.py
@@ -22,7 +22,7 @@
#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 [...]
More information about the llvm-commits
mailing list