mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ofpbuf: Fix small typo.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user