aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index fead1dac6..7c98b64de 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -78,12 +78,12 @@ SRCDIRS:=\
IDESRCDIRS:= $(CORESRCDIRS) ide ide/utils
-# Order is relevent here because kernel and checker contain files
+# Order is relevant here because kernel and checker contain files
# with the same name
CHKSRCDIRS:= checker lib config kernel parsing
###########################################################################
-# tools
+# Tools
###########################################################################
COQDEP:=bin/coqdep$(EXE)