diff options
| author | Vaivaswatha Nagaraj <vn@compilertree.com> | 2015-12-15 04:41:10 +0000 |
|---|---|---|
| committer | Vaivaswatha Nagaraj <vn@compilertree.com> | 2015-12-15 04:41:10 +0000 |
| commit | ea7403549de73ba684bf887a208a0d79d180f748 (patch) | |
| tree | e0a86550c89f9836fbf3b59f7053afc47c0fc292 | |
| parent | b82786e0ffde1e80469941e2e8c11b870d12841b (diff) | |
| download | bcm5719-llvm-ea7403549de73ba684bf887a208a0d79d180f748.tar.gz bcm5719-llvm-ea7403549de73ba684bf887a208a0d79d180f748.zip | |
NFC: Fix typo in comment
llvm-svn: 255615
| -rw-r--r-- | llvm/include/llvm/IR/Attributes.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Attributes.td b/llvm/include/llvm/IR/Attributes.td index 5ba76ef3490..3f4be671251 100644 --- a/llvm/include/llvm/IR/Attributes.td +++ b/llvm/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 |

