summaryrefslogtreecommitdiff
path: root/sys/stand
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-21 02:47:13 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-21 02:47:13 +0000
commit40a20531acf4ad833e311aa1e1cc96024a1af31d (patch)
tree7a380ef5f494af06d7c80ea3a238af1a336fcfb6 /sys/stand
parentcb304d1bab7aea4a25c18be3b1cb037785507ca2 (diff)
typo; kwesterback@home.com
Diffstat (limited to 'sys/stand')
-rw-r--r--sys/stand/boot/vars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/vars.c b/sys/stand/boot/vars.c
index 0873f5a2cf7..9820e625997 100644
--- a/sys/stand/boot/vars.c
+++ b/sys/stand/boot/vars.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vars.c,v 1.2 1998/05/30 01:51:39 mickey Exp $ */
+/* $OpenBSD: vars.c,v 1.3 1999/05/21 02:47:12 millert Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -207,7 +207,7 @@ bootparse(i)
}
/*
- * maintain environmanet as a sequence of '\n' separated
+ * maintain environment as a sequence of '\n' separated
* variable definitions in the form <name>=[<value>]
* terminated by the usual '\0'
*/