From: deraadt Date: Fri, 2 May 2014 14:12:05 +0000 (+0000) Subject: spelling; Denis Fondras X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9e9e4dc9fd8f6dc25e7fc1a0a779675b3e940d9c;p=openbsd spelling; Denis Fondras --- diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index ce2241a2835..102ee664a8a 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.271 2014/01/22 00:21:16 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.272 2014/05/02 14:12:05 deraadt Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer @@ -228,7 +228,7 @@ grammar : /* empty */ asnumber : NUMBER { /* - * Accroding to iana 65535 and 4294967295 are reserved + * According to iana 65535 and 4294967295 are reserved * but enforcing this is not duty of the parser. */ if ($1 < 0 || $1 > UINT_MAX) {