aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-07-06 20:37:02 -0400
committerNico Weber <thakis@chromium.org>2020-07-06 20:37:11 -0400
commit003ea142205a927f5e444978515705927c3fb0f2 (patch)
treee49db448ae85d0e95af609757e01894566cbe707 /llvm
parent129387497e582ae96de41c56083fe52fce68ba91 (diff)
downloadllvm-003ea142205a927f5e444978515705927c3fb0f2.zip
llvm-003ea142205a927f5e444978515705927c3fb0f2.tar.gz
llvm-003ea142205a927f5e444978515705927c3fb0f2.tar.bz2
fix typos to cycle bots
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/CommandGuide/FileCheck.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index 1e69c76..cb5db00 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/docs/CommandGuide/FileCheck.rst
@@ -696,7 +696,7 @@ The syntax of a numeric substitution is
A numeric operand is a previously defined numeric variable, an integer
literal, or a function. Spaces are accepted before, after and between any of
these elements. Numeric operands have 64-bit precision. Overflow and underflow
- are rejected. There is no support for operator precendence, but parentheses
+ are rejected. There is no support for operator precedence, but parentheses
can be used to change the evaluation order.
The supported operators are:
@@ -715,7 +715,7 @@ The syntax of a function call is ``<name>(<arguments>)`` where:
* mul - Returns the product of its two operands.
* sub - Returns the difference of its two operands.
-* ``<arguments>`` is a comma seperated list of expressions.
+* ``<arguments>`` is a comma separated list of expressions.
For example: