From be9fa766bc98b5d245d6ace51a2baba1e78ce1c3 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 1 May 2013 18:22:41 -0700 Subject: [PATCH] ofpbuf: Fix small typo. Signed-off-by: Justin Pettit --- lib/ofpbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c index c960a7e86..f7145dbfe 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 use * case.) * * 'base' should be appropriately aligned. Using an array of uint32_t or -- 2.20.1