We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e88f7c commit 3f91594Copy full SHA for 3f91594
src/trusted/validator_ragel/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# src/trusted/validator_ragel/build.scons built both for both bitness
2
# because it was needed for the rdfa_validator library which looks to
3
-# only be used to run some benchmark.
+# only be used for running some benchmark.
4
if (ARCH STREQUAL "i686")
5
add_library(validator32 OBJECT "gen/validator_x86_32.c")
6
elseif (ARCH STREQUAL "amd64")
0 commit comments