Skip to content

Commit 3f91594

Browse files
committed
fixup
1 parent 2e88f7c commit 3f91594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trusted/validator_ragel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# src/trusted/validator_ragel/build.scons built both for both bitness
22
# because it was needed for the rdfa_validator library which looks to
3-
# only be used to run some benchmark.
3+
# only be used for running some benchmark.
44
if (ARCH STREQUAL "i686")
55
add_library(validator32 OBJECT "gen/validator_x86_32.c")
66
elseif (ARCH STREQUAL "amd64")

0 commit comments

Comments
 (0)