summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dd978a6..1fb45dce 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PREFIX ?= /usr/local
DESTDIR ?=
CARGO_FLAGS ?=
# cargo's "target" directory. Normally, this is in the root
-# directory of the project, but it can be overriden by setting
+# directory of the project, but it can be overridden by setting
# CARGO_TARGET_DIR.
CARGO_TARGET_DIR ?= $(shell pwd)/target
# We currently only support absolute paths.