mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[docs] Fix TableGen/LangRef typos
This fixes: - `Pred` -> `Prep` - `IfDef` -> `Ifdef` (rst is case sensitive here) llvm-svn: 363294
This commit is contained in:
parent
c37be29634
commit
4244dd5e3f
@ -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`)*
|
||||
|
Loading…
x
Reference in New Issue
Block a user