flow.h: Fix a comment typo
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 11 Apr 2014 01:19:24 +0000 (10:19 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 17 Apr 2014 06:26:40 +0000 (15:26 +0900)
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
lib/flow.h

index d6dc308..984da25 100644 (file)
@@ -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),