summaryrefslogtreecommitdiff
path: root/libexec/getty
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:51:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:51:47 +0000
commit6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch)
treee1331adb5d216f2b3fa6baa6491752348d2e5f10 /libexec/getty
parenta2f0036ac41fe46dd47d6339982567f19437ade9 (diff)
Notes
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/main.c2
-rw-r--r--libexec/getty/subr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 3a0336aefd83..a161ed54eb21 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -153,7 +153,7 @@ main(argc, argv)
* The following is a work around for vhangup interactions
* which cause great problems getting window systems started.
* If the tty line is "-", we do the old style getty presuming
- * that the file descriptors are already set up for us.
+ * that the file descriptors are already set up for us.
* J. Gettys - MIT Project Athena.
*/
if (argc <= 2 || strcmp(argv[2], "-") == 0)
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c
index 607fd3836ac0..0223863fbc65 100644
--- a/libexec/getty/subr.c
+++ b/libexec/getty/subr.c
@@ -382,7 +382,7 @@ speed(val)
for (sp = speedtab; sp->speed; sp++)
if (sp->speed == val)
return (sp->uxname);
-
+
return (B300); /* default in impossible cases */
}