[llvm] d9aff62 - [NFC] Fix typo.

Shao-Ce SUN via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 19:27:18 PDT 2021


Author: Shao-Ce SUN
Date: 2021-09-22T10:27:11+08:00
New Revision: d9aff62560e100df2285c5e6d2401ad0cbefa93d

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

LOG: [NFC] Fix typo.

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/ValueTypes.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/ValueTypes.td b/llvm/include/llvm/CodeGen/ValueTypes.td
index 8bacf687ac76c..7f989e08e9bfd 100644
--- a/llvm/include/llvm/CodeGen/ValueTypes.td
+++ b/llvm/include/llvm/CodeGen/ValueTypes.td
@@ -244,7 +244,7 @@ def Any        : ValueType<0, 255>;
 /// This class is for targets that want to use pointer types in patterns
 /// with the GlobalISelEmitter.  Targets must define their own pointer
 /// derived from this class.  The scalar argument should be an
-/// integer type with the same bit size as the ponter.
+/// integer type with the same bit size as the pointer.
 /// e.g. def p0 : PtrValueType <i64, 0>;
 
 class PtrValueType <ValueType scalar, int addrspace> :


        


More information about the llvm-commits mailing list