summaryrefslogtreecommitdiffstats
path: root/purgatory
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-03-18 11:48:40 +0900
committerSimon Horman <horms@verge.net.au>2008-03-18 11:48:40 +0900
commit8ade7cf4de94b3b9f032f287fb4f70eff888ba66 (patch)
treebb62cd3de952c6bc62d0386ac6ce9d40eef9db30 /purgatory
parentda0b760a0b27db0dfdf9a8a6c5a3c17ca7658d7c (diff)
downloadkexec-tools-8ade7cf4de94b3b9f032f287fb4f70eff888ba66.tar.gz
Fix comment in purgatory/arch/x86_64/Makefile
Sometimes I write nonsensical notes. When I wrote the comment in purgatory/arch/x86_64/Makefile it was one of those times. Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r--purgatory/arch/x86_64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/purgatory/arch/x86_64/Makefile b/purgatory/arch/x86_64/Makefile
index af25cd34..22b4228e 100644
--- a/purgatory/arch/x86_64/Makefile
+++ b/purgatory/arch/x86_64/Makefile
@@ -15,7 +15,7 @@ dist += purgatory/arch/x86_64/Makefile $(x86_64_PURGATORY_SRCS_native) \
purgatory/arch/x86_64/include/arch/debug.h \
purgatory/arch/x86_64/purgatory-x86_64.h
-# Done add sources in i386/ to dist, as i386/Makefile adds them
+# Don't add sources in i386/ to dist, as i386/Makefile adds them
x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16.S
x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16-debug.S
x86_64_PURGATORY_SRCS += purgatory/arch/i386/crashdump_backup.c