[ovs-dev] [PATCH] ofpbuf: Fix small typo.

Justin Pettit jpettit at nicira.com
Thu May 9 22:38:33 UTC 2013


Signed-off-by: Justin Pettit <jpettit at nicira.com>
---
 lib/ofpbuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c
index c960a7e..dba9dcd 100644
--- a/lib/ofpbuf.c
+++ b/lib/ofpbuf.c
@@ -67,7 +67,7 @@ ofpbuf_use_stack(struct ofpbuf *b, void *base, size_t allocated)
 /* Initializes 'b' as an empty ofpbuf that contains the 'allocated' bytes of
  * memory starting at 'base'.  'base' should point to a buffer on the stack.
  * (Nothing actually relies on 'base' being allocated on the stack.  It could
- * be static or malloc()'d memory.  But stack space is the most common usen
+ * be static or malloc()'d memory.  But stack space is the most common used
  * case.)
  *
  * 'base' should be appropriately aligned.  Using an array of uint32_t or
-- 
1.7.5.4




More information about the dev mailing list