summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
*/