aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-20 18:10:05 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-03-01 09:07:45 +0100
commite72a4b5c11ad8e2ed872a06a66c280fb45e4537d (patch)
treee27a42b00b397a6e24eb10012696015c7beee496 /Documentation
parentcaf577bb0eda2e64f285c263826cd124072d7754 (diff)
downloadsparse-dev-e72a4b5c11ad8e2ed872a06a66c280fb45e4537d.tar.gz
IR: fix typo in IR doc
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/IR.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/IR.md b/Documentation/IR.md
index 959318e2..08203fee 100644
--- a/Documentation/IR.md
+++ b/Documentation/IR.md
@@ -8,7 +8,7 @@ used by which operation.
Some of those fields are used by almost all instructions,
some others are specific to only one or a few instructions.
The common ones are:
-- .src1, .src2, .src2, .src3: (pseudo_t) operands of binops or ternary ops.
+- .src1, .src2, .src3: (pseudo_t) operands of binops or ternary ops.
- .src: (pseudo_t) operand of unary ops (alias for .src1).
- .target: (pseudo_t) result of unary, binary & ternary ops, is sometimes used
otherwise by some others instructions.