diff options
author | simonmar <unknown> | 2002-09-30 10:14:02 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-09-30 10:14:02 +0000 |
commit | ed461635898791e45fc43deefe8784e20b224b07 (patch) | |
tree | d973b494b4846c84dde9985074ac116b66da61ed /mk/paths.mk | |
parent | b5dcc5ca435e968850a163ffde027de065110d20 (diff) | |
download | haskell-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.mk | 2 |
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) |