mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Spelling src
These are non-functional changes. * accounting * activation * actual * added * addresult * aggregable * aligned * alternatively * ambiguous * analysis * analyzer * anticlimactic * apparently * application * appropriate * arithmetic * assignment * assigns * associated * authentication * authoritative * barrier * boundary * broccoli * buffering * caching * called * canonicalized * capturing * certificates * ciphersuite * columns * communication * comparison * comparisons * compilation * component * concatenating * concatenation * connection * convenience * correctly * corresponding * could * counting * data * declared * decryption * defining * dependent * deprecated * detached * dictionary * directional * directly * directory * discarding * disconnecting * distinguishes * documentation * elsewhere * emitted * empty * endianness * endpoint * enumerator * essentially * evaluated * everything * exactly * execute * explicit * expressions * facilitates * fiddling * filesystem * flag * flagged * for * fragments * guarantee * guaranteed * happen * happening * hemisphere * identifier * identifies * identify * implementation * implemented * implementing * including * inconsistency * indeterminate * indices * individual * information * initial * initialization * initialize * initialized * initializes * instantiate * instantiated * instantiates * interface * internal * interpreted * interpreter * into * it * iterators * length * likely * log * longer * mainly * mark * maximum * message * minimum * module * must * name * namespace * necessary * nonexistent * not * notifications * notifier * number * objects * occurred * operations * original * otherwise * output * overridden * override * overriding * overwriting * ownership * parameters * particular * payload * persistent * potential * precision * preexisting * preservation * preserved * primarily * probably * procedure * proceed * process * processed * processes * processing * propagate * propagated * prototype * provides * publishing * purposes * queue * reached * reason * reassem * reassemble * reassembler * recommend * record * reduction * reference * regularly * representation * request * reserved * retrieve * returning * separate * should * shouldn't * significant * signing * simplified * simultaneously * single * somebody * sources * specific * specification * specified * specifies * specify * statement * subdirectories * succeeded * successful * successfully * supplied * synchronization * tag * temporarily * terminating * that * the * transmitted * true * truncated * try * understand * unescaped * unforwarding * unknown * unknowndata * unspecified * update * usually * which * wildcard Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d65c75e2ad
commit
cd201aa24e
188 changed files with 432 additions and 432 deletions
|
@ -535,7 +535,7 @@ public:
|
|||
{
|
||||
if ( initial_size > 0 )
|
||||
{
|
||||
// If an initial size is speicified, init the table right away. Otherwise wait until the
|
||||
// If an initial size is specified, init the table right away. Otherwise wait until the
|
||||
// first insertion to init.
|
||||
SetLog2Buckets(static_cast<uint16_t>(std::log2(initial_size)));
|
||||
Init();
|
||||
|
@ -640,7 +640,7 @@ public:
|
|||
if ( order )
|
||||
order->emplace_back(detail::HashKey{key, static_cast<size_t>(key_size), hash});
|
||||
|
||||
// Allocate memory for key if necesary. Key is updated to reflect internal key if
|
||||
// Allocate memory for key if necessary. Key is updated to reflect internal key if
|
||||
// necessary.
|
||||
detail::DictEntry<T> entry(key, key_size, hash, val, insert_distance, copy_key);
|
||||
InsertRelocateAndAdjust(entry, insert_position);
|
||||
|
@ -1250,7 +1250,7 @@ private:
|
|||
// not found
|
||||
#ifdef ZEEK_DICT_DEBUG
|
||||
if ( linear_position >= 0 )
|
||||
{ // different. stop and try to see whats happending.
|
||||
{ // different. stop and try to see whats happening.
|
||||
ASSERT(false);
|
||||
// rerun the function in debugger to track down the bug.
|
||||
LookupIndex(key, key_size, hash);
|
||||
|
@ -1654,7 +1654,7 @@ private:
|
|||
void IncrIters() { ++num_iterators; }
|
||||
void DecrIters() { --num_iterators; }
|
||||
|
||||
// alligned on 8-bytes with 4-leading bytes. 7*8=56 bytes a dictionary.
|
||||
// aligned on 8-bytes with 4-leading bytes. 7*8=56 bytes a dictionary.
|
||||
|
||||
// when sizeup but the current mapping is in progress. the current mapping will be ignored
|
||||
// as it will be remapped to new dict size anyway. however, the missed count is recorded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue