summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_shutdown.c')
-rw-r--r--sys/kern/kern_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index f55a341..05f6804 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -237,7 +237,7 @@ doadump(void)
* Give them a clue as to why they can't dump.
*/
if (dumper.dumper == NULL) {
- printf("cannot dump. No dump device defined.\n");
+ printf("Cannot dump. No dump device defined.\n");
return;
}
OpenPOWER on IntegriCloud