mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
flow.h: Fix a comment typo
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com> Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
This commit is contained in:
@@ -149,7 +149,7 @@ BUILD_ASSERT_DECL(offsetof(struct flow, tp_dst) + 2
|
|||||||
* segments.
|
* segments.
|
||||||
* This is located here since this is dependent on the structure of the
|
* This is located here since this is dependent on the structure of the
|
||||||
* struct flow defined above:
|
* struct flow defined above:
|
||||||
* Each offset must be on a distint, successive U32 boundary srtictly
|
* Each offset must be on a distinct, successive U32 boundary strictly
|
||||||
* within the struct flow. */
|
* within the struct flow. */
|
||||||
enum {
|
enum {
|
||||||
FLOW_SEGMENT_1_ENDS_AT = offsetof(struct flow, dl_src),
|
FLOW_SEGMENT_1_ENDS_AT = offsetof(struct flow, dl_src),
|
||||||
|
Reference in New Issue
Block a user