summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/util.c')
-rw-r--r--src/pacman/util.c2
1 files changed, 1 insertions, 1 deletions
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);
}