]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1375 in SNORT/snort3 from typos2 to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 28 Sep 2018 00:24:12 +0000 (20:24 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 28 Sep 2018 00:24:12 +0000 (20:24 -0400)
Squashed commit of the following:

commit 532445c1381f26dc33508b09f3913407a1d12a04
Author: Russ Combs <rucombs@cisco.com>
Date:   Thu Sep 27 18:47:40 2018 -0400

    spell: fix typo

src/flow/flow_cache.cc

index bb2cd9ffe3a89eab1ef8ffd112019aa49af2e949..23f2af5defebb8d435983e1b4195bc2d9e36a40c 100644 (file)
@@ -242,7 +242,7 @@ unsigned FlowCache::prune_excess(const Flow* save_me)
     unsigned pruned = 0;
     unsigned blocks = 0;
 
-    // initially skip offloads but if that doesn't work the hashtable is iterated from the
+    // initially skip offloads but if that doesn't work the hash table is iterated from the
     // beginning again. prune offloads at that point.
     unsigned ignore_offloads = hash_table->get_count();