From: YAMAMOTO Takashi Date: Fri, 11 Apr 2014 01:19:24 +0000 (+0900) Subject: flow.h: Fix a comment typo X-Git-Tag: sliver-openvswitch-2.2.90-1~3^2~122 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=79428250c2b2b51f233d2c3f74560190ff9fb325;p=sliver-openvswitch.git flow.h: Fix a comment typo Acked-by: Jarno Rajahalme Signed-off-by: YAMAMOTO Takashi --- diff --git a/lib/flow.h b/lib/flow.h index d6dc30837..984da2588 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -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),