[llvm] ae3625d - Fix typo

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 12:37:20 PDT 2020


Author: Matt Arsenault
Date: 2020-10-19T15:37:05-04:00
New Revision: ae3625d7526f50c39784ca6b0532a74c059516c2

URL: https://github.com/llvm/llvm-project/commit/ae3625d7526f50c39784ca6b0532a74c059516c2
DIFF: https://github.com/llvm/llvm-project/commit/ae3625d7526f50c39784ca6b0532a74c059516c2.diff

LOG: Fix typo

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/LiveInterval.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/LiveInterval.h b/llvm/include/llvm/CodeGen/LiveInterval.h
index 4fa7afaefc64f..2f7578578130b 100644
--- a/llvm/include/llvm/CodeGen/LiveInterval.h
+++ b/llvm/include/llvm/CodeGen/LiveInterval.h
@@ -835,7 +835,7 @@ namespace llvm {
     ///    function will be applied to the L0010 and L0008 subranges.
     ///
     /// \p Indexes and \p TRI are required to clean up the VNIs that
-    /// don't defne the related lane masks after they get shrunk. E.g.,
+    /// don't define the related lane masks after they get shrunk. E.g.,
     /// when L000F gets split into L0007 and L0008 maybe only a subset
     /// of the VNIs that defined L000F defines L0007.
     ///


        


More information about the llvm-commits mailing list