diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /sys/stand | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'sys/stand')
-rw-r--r-- | sys/stand/boot/cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/cmd.c b/sys/stand/boot/cmd.c index 4fd468843b7..389d21dee3a 100644 --- a/sys/stand/boot/cmd.c +++ b/sys/stand/boot/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.51 2003/08/11 06:23:07 deraadt Exp $ */ +/* $OpenBSD: cmd.c,v 1.52 2003/11/08 19:17:28 jmc Exp $ */ /* * Copyright (c) 1997-1999 Michael Shalayeff @@ -464,7 +464,7 @@ Xboot(void) } /* - * Qualifies the path adding neccessary dev + * Qualifies the path adding necessary dev */ static char * |