From: Vaivaswatha Nagaraj Date: Tue, 15 Dec 2015 04:41:10 +0000 (+0000) Subject: NFC: Fix typo in comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eda761d926db211516f5a9a736d07a1e1b38c138;p=oota-llvm.git NFC: Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255615 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Attributes.td b/include/llvm/IR/Attributes.td index 5ba76ef3490..3f4be671251 100644 --- a/include/llvm/IR/Attributes.td +++ b/include/llvm/IR/Attributes.td @@ -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