From: Russ Combs (rucombs) Date: Fri, 28 Sep 2018 00:24:12 +0000 (-0400) Subject: Merge pull request #1375 in SNORT/snort3 from typos2 to master X-Git-Tag: 3.0.0-249~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e33b958054006f687c64fcf885b045100e80d9;p=thirdparty%2Fsnort3.git Merge pull request #1375 in SNORT/snort3 from typos2 to master Squashed commit of the following: commit 532445c1381f26dc33508b09f3913407a1d12a04 Author: Russ Combs Date: Thu Sep 27 18:47:40 2018 -0400 spell: fix typo --- diff --git a/src/flow/flow_cache.cc b/src/flow/flow_cache.cc index bb2cd9ffe..23f2af5de 100644 --- a/src/flow/flow_cache.cc +++ b/src/flow/flow_cache.cc @@ -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();