diff --git a/src/modules/drouting/drouting.c b/src/modules/drouting/drouting.c index bdc4b1c694f..0956982a70b 100644 --- a/src/modules/drouting/drouting.c +++ b/src/modules/drouting/drouting.c @@ -759,7 +759,7 @@ static int do_routing(struct sip_msg *msg, int grp_id) /* ref the data for reading */ again: lock_get(ref_lock); - /* if reload must be done, do un ugly busy waiting + /* if reload must be done, do un ugly busy waiting * until reload is finished */ if(*reload_flag) { lock_release(ref_lock);