Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2008 21:18:36 +0000 (14:18 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2008 21:45:17 +0000 (14:45 -0700)
lib/buffer.c

index 2014248..3dfd41a 100644 (file)
@@ -213,7 +213,7 @@ buffer_push(struct buffer *b, const void *p, size_t size)
 }
 
 /* If 'b' contains at least 'offset + size' bytes of data, returns a pointer to
- * byte 'offset'.  Otherwise, returns a null pointers. */
+ * byte 'offset'.  Otherwise, returns a null pointer. */
 void *
 buffer_at(const struct buffer *b, size_t offset, size_t size) 
 {