NFC: Fix typo in comment
authorVaivaswatha Nagaraj <vn@compilertree.com>
Tue, 15 Dec 2015 04:41:10 +0000 (04:41 +0000)
committerVaivaswatha Nagaraj <vn@compilertree.com>
Tue, 15 Dec 2015 04:41:10 +0000 (04:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255615 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Attributes.td

index 5ba76ef3490498fb0262692e0350cc9e93f02c56..3f4be671251e79fe06cb6453ee8933fe16d2f0ea 100644 (file)
@@ -19,7 +19,7 @@ def Alignment : EnumAttr<"align">;
 /// inline=always.
 def AlwaysInline : EnumAttr<"alwaysinline">;
 
-/// Funciton can access memory only using pointers based on its arguments.
+/// Function can access memory only using pointers based on its arguments.
 def ArgMemOnly : EnumAttr<"argmemonly">;
 
 /// Callee is recognized as a builtin, despite nobuiltin attribute on its