aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/DeadArgElim/keepalive.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DeadArgElim/keepalive.ll b/test/Transforms/DeadArgElim/keepalive.ll
index 902c6d69cc..fc84dca1a9 100644
--- a/test/Transforms/DeadArgElim/keepalive.ll
+++ b/test/Transforms/DeadArgElim/keepalive.ll
@@ -5,7 +5,7 @@
; Check if the pass doesn't modify anything that doesn't need changing. We feed
; an unused argument to each function to lure it into changing _something_ about
-; the function and then changing to much.
+; the function and then changing too much.
; This checks if the struct retval isn't changed into a void