summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlennart@augustsson.net <unknown>2007-02-04 19:08:55 +0000
committerlennart@augustsson.net <unknown>2007-02-04 19:08:55 +0000
commitecebce9905e5f5f1a4b78b7126bcf11a8463bdde (patch)
tree3c1b6541a662e28dba0e82dc4ce26fa818c10e0f /Makefile
parentc7c9df49873a5316afac360f9ac2d8da432b40f1 (diff)
downloadhaskell-ecebce9905e5f5f1a4b78b7126bcf11a8463bdde.tar.gz
Fix a typo.
Diffstat (limited to 'Makefile')
-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").