Skip to content

Commit

Permalink
Merge pull request google#318 from dmitris/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lebauce authored May 23, 2017
2 parents 9cdfdb6 + a5a75e6 commit 0b5422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ based on endpoint criteria:
For load-balancing purposes, both Flow and Endpoint have FastHash() functions,
which provide quick, non-cryptographic hashes of their contents. Of particular
importance is the fact that Flow FastHash() is symetric: A->B will have the same
importance is the fact that Flow FastHash() is symmetric: A->B will have the same
hash as B->A. An example usage could be:
channels := [8]chan gopacket.Packet
Expand Down

0 comments on commit 0b5422b

Please sign in to comment.