index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/util.c | 2 |
diff --git a/src/pacman/util.c b/src/pacman/util.c index 74e1037d..8f6290db 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1359,7 +1359,7 @@ static int multiselect_parse(char *array, int count, char *response) len--; include = 0; } else if(str) { - /* if first token is including, we unselect all targets */ + /* if first token is including, we deselect all targets */ memset(array, 0, count); } |