aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-07-10 00:01:30 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-07-10 00:01:30 +0000
commit1db0049fa1e8b4a31f0fae563dfa93e4e588a9fd (patch)
treeb4e28ad6f2004757c314398cf7ed194aa14ea454 /usr.bin/kdump
parent2f33a9032b606c1643df2753f4fa7728695c3d1a (diff)
Notes
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index 14258633ddc6..f803c65d0f19 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -255,7 +255,7 @@ dumpheader(struct ktr_header *kth)
type = "PSIG";
break;
case KTR_CSW:
- type = "CSW";
+ type = "CSW ";
break;
case KTR_USER:
type = "USER";