diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-07 02:01:46 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-07 02:01:46 +0000 |
commit | 144130d33c244157eab27dc06eb834767fe23f44 (patch) | |
tree | 942489cd436ab1401a606bf30cba87e429b1103e /libexec | |
parent | e89412ebd406a81bb949aa4e1285abf2be16867f (diff) |
Fix a comment typo
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/getty/init.c | 4 |
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 */ |