From e4dc71b9fd4a33715b07f881315d244cf5790dce Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 10 May 2010 02:00:51 +0000 Subject: Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> 'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley. --- usr.sbin/bgpctl/irr_prefix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpctl/irr_prefix.c') diff --git a/usr.sbin/bgpctl/irr_prefix.c b/usr.sbin/bgpctl/irr_prefix.c index 9f7d0aac042..df85a6b945c 100644 --- a/usr.sbin/bgpctl/irr_prefix.c +++ b/usr.sbin/bgpctl/irr_prefix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: irr_prefix.c,v 1.17 2009/09/08 16:11:36 sthen Exp $ */ +/* $OpenBSD: irr_prefix.c,v 1.18 2010/05/10 02:00:50 krw Exp $ */ /* * Copyright (c) 2007 Henning Brauer @@ -213,7 +213,7 @@ prefix_aggregate(struct irr_prefix *a, const struct irr_prefix *b) return (1); } - /* see wether we can fold them in one */ + /* see whether we can fold them in one */ if (a->len == b->len && a->len > 1) { if (a->af == AF_INET) { mask = htonl(prefixlen2mask(a->len - 1)); -- cgit v1.2.3