summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-02-04 18:47:17 +0000
committerdes <des@FreeBSD.org>2003-02-04 18:47:17 +0000
commit79e32cc4b8ec66e7eb64ab024881a43aaab5a058 (patch)
tree6fa83789692e9253c38e1d7c2350e721d86c04f1 /sys/kern/init_main.c
parent9b883f99f1dffcb915638dd65872f5c1401143a6 (diff)
downloadFreeBSD-src-79e32cc4b8ec66e7eb64ab024881a43aaab5a058.zip
FreeBSD-src-79e32cc4b8ec66e7eb64ab024881a43aaab5a058.tar.gz
Correct grammatical error in previous commit.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 5bd1b75..9ae2d2a 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -583,7 +583,7 @@ start_init(void *dummy)
freeenv(var);
}
- printf("Be nice to eachother, mmmkay?\n");
+ printf("Be nice to each other, mmmkay?\n");
for (path = init_path; *path != '\0'; path = next) {
while (*path == ':')
OpenPOWER on IntegriCloud