Skip to content

Commit 53bc017

Browse files
Wolfram Sangdavem330
authored andcommitted
net: flow_dissector: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9255bac commit 53bc017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/flow_dissector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ extern struct flow_dissector flow_keys_buf_dissector;
251251
* This structure is used to hold a digest of the full flow keys. This is a
252252
* larger "hash" of a flow to allow definitively matching specific flows where
253253
* the 32 bit skb->hash is not large enough. The size is limited to 16 bytes so
254-
* that it can by used in CB of skb (see sch_choke for an example).
254+
* that it can be used in CB of skb (see sch_choke for an example).
255255
*/
256256
#define FLOW_KEYS_DIGEST_LEN 16
257257
struct flow_keys_digest {

0 commit comments

Comments
 (0)