From 7d780b0571ffa53740faa7343ecaf3e07acb213f Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 2 May 2008 21:53:15 -0700 Subject: [PATCH] Fix typo in comment. --- switch/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2