projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30178
)
Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Mon, 4 Aug 2008 21:18:36 +0000
(14:18 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 4 Aug 2008 21:45:17 +0000
(14:45 -0700)
lib/buffer.c
patch
|
blob
|
history
diff --git
a/lib/buffer.c
b/lib/buffer.c
index 2014248dcb8c744950e3428354901a2994d82c32..3dfd41a29ebd4a50d4e3a68cdc75869c70890f21 100644
(file)
--- a/
lib/buffer.c
+++ b/
lib/buffer.c
@@
-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 pointer
s
. */
+ * byte 'offset'. Otherwise, returns a null pointer. */
void *
buffer_at(const struct buffer *b, size_t offset, size_t size)
{