fix a comment grammar-o

This commit is contained in:
Nico Weber 2020-03-30 14:40:05 -04:00
parent 63aaecd5be
commit a235215415
1 changed files with 1 additions and 1 deletions

View File

@ -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 [...]