mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
tests: Spelling fixes
Correct typos of the following word families: mounting jitterbuffer thrashing original manipulating entries actual possibility tasks options positives taskprocessor other dynamic declarative ASTERISK-29714 Change-Id: I6b94659d045eec5d8d020fce2e9b6e2f593dfeb6
This commit is contained in:
committed by
Friendly Automation
parent
4dd7ae3962
commit
aa98237e46
@@ -22,7 +22,7 @@
|
||||
* \author\verbatim David M. Lee, II <dlee@digium.com> \endverbatim
|
||||
*
|
||||
* Inspired by the original hashtest2.c by Steve Murphy <murf@digium.com>. This test runs
|
||||
* several threads manipulatings a concurrent astobj2 container to see if they maintain
|
||||
* several threads manipulating a concurrent astobj2 container to see if they maintain
|
||||
* consistency. While the tests attempt to check consistency and error normally, threading
|
||||
* errors often result in segfaults.
|
||||
* \ingroup tests
|
||||
@@ -59,7 +59,7 @@ struct hash_test {
|
||||
struct ao2_container *to_be_thrashed;
|
||||
/*! Number of entries to insert in the grow thread. */
|
||||
int max_grow;
|
||||
/*! Number of enteries added by the grow thread. */
|
||||
/*! Number of entries added by the grow thread. */
|
||||
int grow_count;
|
||||
/*! Entries preloaded into the hashtab; to be deleted by the shrink thread */
|
||||
int preload;
|
||||
|
Reference in New Issue
Block a user