aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2022-01-18 14:38:47 -0800
committerEric Biggers <ebiggers@google.com>2022-01-18 14:38:50 -0800
commitbdf36751928501fd61aba08220be6d971f9d15c7 (patch)
tree3f4461c7603d9aeb95efc47b31c354c2ef6466d2
parent801cc31186a3e00a802819fb35c6921a9ee8e30b (diff)
downloadfsverity-utils-bdf36751928501fd61aba08220be6d971f9d15c7.tar.gz
Makefile: fix a typo
Signed-off-by: Eric Biggers <ebiggers@google.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4c5c5b..2304a21 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ endif
# Set the CFLAGS. First give the warning-related flags (unconditionally, though
# the user can override any of them by specifying the opposite flag); then give
-# the user-specifed CFLAGS, defaulting to -O2 if none were specified.
+# the user-specified CFLAGS, defaulting to -O2 if none were specified.
#
# Use -Wno-deprecated-declarations to avoid warnings about the Engine API having
# been deprecated in OpenSSL 3.0; the replacement isn't ready yet.