Skip to content

Commit

Permalink
flow.h: Fix a comment typo
Browse files Browse the repository at this point in the history
Acked-by: Jarno Rajahalme <[email protected]>
Signed-off-by: YAMAMOTO Takashi <[email protected]>
  • Loading branch information
yamt committed Apr 17, 2014
1 parent 9bbd18e commit 7942825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flow.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ BUILD_ASSERT_DECL(offsetof(struct flow, tp_dst) + 2
* segments.
* This is located here since this is dependent on the structure of the
* 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. */
enum {
FLOW_SEGMENT_1_ENDS_AT = offsetof(struct flow, dl_src),
Expand Down

0 comments on commit 7942825

Please sign in to comment.