Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 14 Aug 2008 18:43:05 +0000 (11:43 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 21:24:45 +0000 (14:24 -0700)
lib/rconn.c

index 26e2e6146785b048a78493def2165e98ce805d2f..c1c2748c3550d3ca1f2615f75bc91dfe41d6d259 100644 (file)
@@ -486,7 +486,7 @@ rconn_send(struct rconn *rc, struct buffer *b, int *n_queued)
 /* Sends 'b' on 'rc'.  Increments '*n_queued' while the packet is in flight; it
  * will be decremented when it has been sent (or discarded due to
  * disconnection).  Returns 0 if successful, EAGAIN if '*n_queued' is already
- * at least as large of 'queue_limit', or ENOTCONN if 'rc' is not currently
+ * at least as large as 'queue_limit', or ENOTCONN if 'rc' is not currently
  * connected.  Regardless of return value, 'b' is destroyed.
  *
  * Because 'b' may be sent (or discarded) before this function returns, the