Skip to content

Commit

Permalink
fix typos to cycle bots
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 7, 2020
1 parent 1293874 commit 003ea14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/CommandGuide/FileCheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:

Expand Down

0 comments on commit 003ea14

Please sign in to comment.