From: Justin Pettit Date: Sat, 3 May 2008 04:53:15 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d780b0571ffa53740faa7343ecaf3e07acb213f;p=openvswitch Fix typo in comment. --- diff --git a/switch/netdev.c b/switch/netdev.c index bad89c41..23b7bc46 100644 --- a/switch/netdev.c +++ b/switch/netdev.c @@ -249,7 +249,7 @@ netdev_open(const char *name, struct netdev **netdev_) * packets on all system interfaces. We do not want to receive that * data, but there is no way to avoid it. So we must now drain out the * receive queue. There is no way to know how long the receive queue is, - * but we know that the total number of byted queued does not exceed the + * but we know that the total number of bytes queued does not exceed the * receive buffer size, so we pull packets until none are left or we've * read that many bytes. */ rcvbuf_len = sizeof rcvbuf;