1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

core: fix comment in function hook_find_pos

This commit is contained in:
Sébastien Helleu
2015-07-16 20:51:23 +02:00
parent 80872061c2
commit e29cb9a85a
+1 -1
View File
@@ -136,7 +136,7 @@ hook_find_pos (struct t_hook *hook)
if (hook->type == HOOK_TYPE_COMMAND)
{
/* for command hook, sort on command name */
/* for command hook, sort on command name + priority */
for (ptr_hook = weechat_hooks[hook->type]; ptr_hook;
ptr_hook = ptr_hook->next_hook)
{