Fix typo in comment.
authorJustin Pettit <jpettit@nicira.com>
Sat, 3 May 2008 04:53:15 +0000 (21:53 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 3 May 2008 04:53:15 +0000 (21:53 -0700)
switch/netdev.c

index bad89c411fde6f380a862588e170abd7c59b7d7e..23b7bc464f688d7c879c93c0e37b2d98fdc7dcad 100644 (file)
@@ -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;