summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/guards.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guards.in b/bin/guards.in
index 4def750..b4e6f26 100644
--- a/bin/guards.in
+++ b/bin/guards.in
@@ -194,7 +194,7 @@ if ($check) {
my $selected;
if (@guards) {
# If the first guard is -xxx, the patch is included by default;
- # if it is -xxx, the patch is excluded by default.
+ # if it is +xxx, the patch is excluded by default.
$selected = ($guards[0] =~ /^-/);
foreach (@guards) {