diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-02 19:28:40 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-02 19:28:40 +0000 |
commit | 7d5405069d4c40223405f56bf1c0e1460ddb573b (patch) | |
tree | 86e703b9611b344ad57f020b9874b1735063b027 /llvm/docs/TableGen | |
parent | 72052f6de98c8c3ffe8969d45987b7580c3f5b40 (diff) | |
download | bcm5719-llvm-7d5405069d4c40223405f56bf1c0e1460ddb573b.tar.gz bcm5719-llvm-7d5405069d4c40223405f56bf1c0e1460ddb573b.zip |
fix some various typos in the doc
llvm-svn: 274449
Diffstat (limited to 'llvm/docs/TableGen')
-rw-r--r-- | llvm/docs/TableGen/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 27b2c8beaa6..58da6285c07 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/docs/TableGen/LangRef.rst @@ -154,7 +154,7 @@ programmer. .. productionlist:: Declaration: `Type` `TokIdentifier` ["=" `Value`] -It assigns the value to the identifer. +It assigns the value to the identifier. Types ----- |