forked from OSchip/llvm-project
fix a comment grammar-o
This commit is contained in:
parent
63aaecd5be
commit
a235215415
|
@ -22,7 +22,7 @@ empty string, which is falsy, but FOO=0 sets it to '0' which is truthy):
|
||||||
#define FOO 0
|
#define FOO 0
|
||||||
|
|
||||||
2.) #cmakedefine FOO [...]
|
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:
|
one of the following two lines:
|
||||||
|
|
||||||
#define FOO [...]
|
#define FOO [...]
|
||||||
|
|
Loading…
Reference in New Issue