bitblt found a typo in a comment!
authorderaadt <deraadt@openbsd.org>
Fri, 6 Sep 1996 13:22:07 +0000 (13:22 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 6 Sep 1996 13:22:07 +0000 (13:22 +0000)
sbin/routed/input.c

index 2cb959f..85010a9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: input.c,v 1.5 1996/09/06 13:05:52 deraadt Exp $       */
+/*     $OpenBSD: input.c,v 1.6 1996/09/06 13:22:07 deraadt Exp $       */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -36,7 +36,7 @@
 #if !defined(lint)
 static char sccsid[] = "@(#)input.c    8.1 (Berkeley) 6/5/93";
 #else
-static char rcsid[] = "$OpenBSD: input.c,v 1.5 1996/09/06 13:05:52 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: input.c,v 1.6 1996/09/06 13:22:07 deraadt Exp $";
 #endif
 
 #include "defs.h"
@@ -196,7 +196,7 @@ input(struct sockaddr_in *from,             /* received from this IP address */
                         *
                         * Only answer a router if we are a supplier
                         * to keep an unwary host that is just starting
-                        * from picking us an a router.
+                        * from picking us as a router.
                         */
                        if (n->n_family == RIP_AF_UNSPEC
                            && n->n_metric == HOPCNT_INFINITY