mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 13:14:03 +00:00
Fix comment spelling
This commit is contained in:
parent
63f16425bd
commit
6f2eac6876
@ -158,7 +158,7 @@ SWITCH_LIMIT_INCR(limit_incr_hash)
|
|||||||
*/
|
*/
|
||||||
increment = !switch_core_hash_find(pvt->hash, hashkey);
|
increment = !switch_core_hash_find(pvt->hash, hashkey);
|
||||||
} else {
|
} else {
|
||||||
/* This is the first limit check on this channel, create a hashtable, set our prviate data */
|
/* This is the first limit check on this channel, create a hashtable, set our private data */
|
||||||
pvt = (limit_hash_private_t *) switch_core_session_alloc(session, sizeof(limit_hash_private_t));
|
pvt = (limit_hash_private_t *) switch_core_session_alloc(session, sizeof(limit_hash_private_t));
|
||||||
memset(pvt, 0, sizeof(limit_hash_private_t));
|
memset(pvt, 0, sizeof(limit_hash_private_t));
|
||||||
switch_core_hash_init(&pvt->hash);
|
switch_core_hash_init(&pvt->hash);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user