diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-15 15:08:33 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-15 15:08:33 +0000 |
commit | 75144f93eb7e4dbf22d308d21581ae255dd520c6 (patch) | |
tree | f0acc51ce091ed09881005e47064ca2e3517f4d8 /include/llvm/Analysis/ScalarEvolutionExpressions.h | |
parent | 59136251f348a02a26f7a711a0e7fc459a727093 (diff) |
Fix apostrophos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/ScalarEvolutionExpressions.h')
-rw-r--r-- | include/llvm/Analysis/ScalarEvolutionExpressions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ScalarEvolutionExpressions.h b/include/llvm/Analysis/ScalarEvolutionExpressions.h index 447be0c5e1..33cd2a5c3c 100644 --- a/include/llvm/Analysis/ScalarEvolutionExpressions.h +++ b/include/llvm/Analysis/ScalarEvolutionExpressions.h @@ -575,7 +575,7 @@ namespace llvm { //===--------------------------------------------------------------------===// /// SCEVUnknown - This means that we are dealing with an entirely unknown SCEV - /// value, and only represent it as it's LLVM Value. This is the "bottom" + /// value, and only represent it as its LLVM Value. This is the "bottom" /// value for the analysis. /// class SCEVUnknown : public SCEV { |