summaryrefslogtreecommitdiff
path: root/mk/paths.mk
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-09-30 10:14:02 +0000
committersimonmar <unknown>2002-09-30 10:14:02 +0000
commited461635898791e45fc43deefe8784e20b224b07 (patch)
treed973b494b4846c84dde9985074ac116b66da61ed /mk/paths.mk
parentb5dcc5ca435e968850a163ffde027de065110d20 (diff)
downloadhaskell-ed461635898791e45fc43deefe8784e20b224b07.tar.gz
[project @ 2002-09-30 10:14:02 by simonmar]
Fix cut-n-pasto
Diffstat (limited to 'mk/paths.mk')
-rw-r--r--mk/paths.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/paths.mk b/mk/paths.mk
index 71126583c7..b6c1007c98 100644
--- a/mk/paths.mk
+++ b/mk/paths.mk
@@ -229,7 +229,7 @@ MKDEPENDC_SRCS=$(C_SRCS)
#
# make TAGS defaults
#
-# The default set of files for the dependency generators to work on
+# The default set of files for the TAGS file generators to work on
# is just their source equivalents.
#
TAGS_HS_SRCS=$(HS_SRCS)