diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-09-02 22:27:29 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-09-02 22:27:29 +0000 |
| commit | 5aca72aecc4fe344de59270694254a26154d1dc8 (patch) | |
| tree | 7c1a4582bb2e6b08132da5bddc35a1f7d18d7cfb | |
| parent | 19b80e76df07b169a6fbd2bb623396fadc64ddb9 (diff) | |
| download | bcm5719-llvm-5aca72aecc4fe344de59270694254a26154d1dc8.tar.gz bcm5719-llvm-5aca72aecc4fe344de59270694254a26154d1dc8.zip | |
Fix a typo pointed out by Gabor
llvm-svn: 30058
| -rw-r--r-- | llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h index 4b31766285b..21c883318da 100644 --- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -180,7 +180,7 @@ namespace llvm { /// below to update aliases. bool JoinIntervals(LiveInterval &LHS, LiveInterval &RHS); - /// SimpleJoin - Attempt to joint the specified interval into this one. The + /// SimpleJoin - Attempt to join the specified interval into this one. The /// caller of this method must guarantee that the RHS only contains a single /// value number and that the RHS is not defined by a copy from this /// interval. This returns false if the intervals are not joinable, or it |

