summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/getty/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index b274f6d46ef..822218f9538 100644
--- a/libexec/getty/init.c
+++ b/libexec/getty/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.7 2009/10/27 23:59:31 deraadt Exp $ */
+/* $OpenBSD: init.c,v 1.8 2010/06/07 02:01:45 guenther Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -113,7 +113,7 @@ struct gettyflags gettyflags[] = {
{ "pe", 0 }, /* printer erase */
{ "rw", 1 }, /* don't use raw */
{ "xc", 1 }, /* don't ^X ctl chars */
- { "lc", 0 }, /* terminal las lower case */
+ { "lc", 0 }, /* terminal has lower case */
{ "uc", 0 }, /* terminal has no lower case */
{ "ig", 0 }, /* ignore garbage */
{ "ps", 0 }, /* do port selector speed select */