Fix a typo pointed out by Gabor
authorChris Lattner <sabre@nondot.org>
Sat, 2 Sep 2006 22:27:29 +0000 (22:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 Sep 2006 22:27:29 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30058 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index 4b31766285b4bdd6053dddaabf35e40072312053..21c883318da7409ac044bb28db6e1a5673862371 100644 (file)
@@ -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