summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-07-19 18:06:12 +0000
committerjulian <julian@FreeBSD.org>2004-07-19 18:06:12 +0000
commitdf97da27fdfcbff158089b567ba85de9b2c7e3a9 (patch)
tree414c0d05865d571622a899a4aa87547dbe4d55ce /sys
parent87bb4394b84c3c8acf8aa2ccacc1ee8e58ab3910 (diff)
downloadFreeBSD-src-df97da27fdfcbff158089b567ba85de9b2c7e3a9.zip
FreeBSD-src-df97da27fdfcbff158089b567ba85de9b2c7e3a9.tar.gz
You always spot the typos after you have committed.. Start sentence
with a Cap.
Diffstat (limited to 'sys')
-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