From: deraadt Date: Fri, 6 Sep 1996 13:22:07 +0000 (+0000) Subject: bitblt found a typo in a comment! X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bb4ce64748efaf675ce10ee5c572cb13830a1d72;p=openbsd bitblt found a typo in a comment! --- 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