summaryrefslogtreecommitdiff
path: root/src/ir/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r--src/ir/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h
index 3f0f78e6f..b9393ade2 100644
--- a/src/ir/effects.h
+++ b/src/ir/effects.h
@@ -169,7 +169,7 @@ public:
// and gets the result that there are no unremovable side effects, then it
// must either
//
- // 1. Remove any side effects present, if any, so they no longer exists.
+ // 1. Remove any side effects present, if any, so they no longer exist.
// 2. Keep the code exactly where it is.
//
// If instead of 1&2 a pass kept the side effect and also reordered the code