diff options
| author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-07-15 13:15:10 +0000 |
|---|---|---|
| committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-07-15 13:15:10 +0000 |
| commit | d337446b8ee9b77a89d9ddd9cbf32e91e95cfff5 (patch) | |
| tree | 50248e3b6558c8adec8abf48eb1153e78cfefd49 /llvm/test/Transforms | |
| parent | 6162e0377ced7438bfebac584a05cb4d0cb052f3 (diff) | |
| download | bcm5719-llvm-d337446b8ee9b77a89d9ddd9cbf32e91e95cfff5.tar.gz bcm5719-llvm-d337446b8ee9b77a89d9ddd9cbf32e91e95cfff5.zip | |
Fix typo.
llvm-svn: 53605
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/DeadArgElim/keepalive.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/DeadArgElim/keepalive.ll b/llvm/test/Transforms/DeadArgElim/keepalive.ll index 902c6d69cc4..fc84dca1a95 100644 --- a/llvm/test/Transforms/DeadArgElim/keepalive.ll +++ b/llvm/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 |

