summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-02 22:27:29 +0000
committerChris Lattner <sabre@nondot.org>2006-09-02 22:27:29 +0000
commit0f592b388f6ea6bf9cd925de791d933f7a27b248 (patch)
treefbdfd95bb0e38a7d06a1f2bdb24fddabfa6ca0de /include
parentb833e5ac3fc9230947cbdfd50c7d8782a0c17d60 (diff)
downloadllvm-0f592b388f6ea6bf9cd925de791d933f7a27b248.tar.gz
llvm-0f592b388f6ea6bf9cd925de791d933f7a27b248.tar.bz2
llvm-0f592b388f6ea6bf9cd925de791d933f7a27b248.tar.xz
Fix a typo pointed out by Gabor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 4b31766285..21c883318d 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/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