diff options
| author | Guillaume Melquiond | 2015-01-06 17:57:44 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2015-01-06 17:57:55 +0100 |
| commit | bf16900f43c1291136673e7614587fe51eebc88f (patch) | |
| tree | edc8a80c3c2145aa6a68c9cad63c6f42ef0d6d47 /Makefile.common | |
| parent | 2b00f74f104586c8d8b205161320e850efa91268 (diff) | |
Fix some documentation typos.
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index fead1dac61..7c98b64def 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) |
