summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2019-06-13 18:42:30 +0000
committerJordan Rupprecht <rupprecht@google.com>2019-06-13 18:42:30 +0000
commit4244dd5e3f9e423db39dc8d1d235f67edf9b1875 (patch)
treecad44763b7d2483fc588b506f5f5372f94a4d762
parentc37be29634214fb1cb4c823840bffc31e5ebfe40 (diff)
downloadbcm5719-llvm-4244dd5e3f9e423db39dc8d1d235f67edf9b1875.tar.gz
bcm5719-llvm-4244dd5e3f9e423db39dc8d1d235f67edf9b1875.zip
[docs] Fix TableGen/LangRef typos
This fixes: - `Pred` -> `Prep` - `IfDef` -> `Ifdef` (rst is case sensitive here) llvm-svn: 363294
-rw-r--r--llvm/docs/TableGen/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst
index 195106ac6d1..5079bc60e3f 100644
--- a/llvm/docs/TableGen/LangRef.rst
+++ b/llvm/docs/TableGen/LangRef.rst
@@ -482,9 +482,9 @@ It supports the following directives:
: "#else" (`WhiteSpaceOrAnyComment`)* `LineEnd`
PrepEndif: `LineBegin` (`WhiteSpaceOrCStyleComment`)*
: "#endif" (`WhiteSpaceOrAnyComment`)* `LineEnd`
- PrepRegContentException: `PredIfdef` | `PredElse` | `PredEndif` | EOF
+ PrepRegContentException: `PrepIfdef` | `PrepElse` | `PrepEndif` | EOF
PrepRegion: .* - `PrepRegContentException`
- :| `PrepIfDef`
+ :| `PrepIfdef`
: (`PrepRegion`)*
: [`PrepElse`]
: (`PrepRegion`)*
OpenPOWER on IntegriCloud