diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 13:22:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 13:22:08 +0000 |
commit | 542069850990c98215d688b4741214a27c9506ed (patch) | |
tree | d28e5bf1afefc3530d778624af7b0940f4cc37a7 | |
parent | 74326d93e184aef393f697aa65a0de6fba71f9bf (diff) |
bitblt found a typo in a comment!
-rw-r--r-- | sbin/routed/input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 2cb959f83f7..85010a9f1f4 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -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 |