summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 736aa53383..76efbe7d23 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
#
# Targets:
#
-# bootsrap (DEFAULT)
+# bootstrap (DEFAULT)
# Builds GHC, then builds the libraries,
# then uses this GHC ("stage 1") to build itself
# ("stage 2").