From 14e7d02b726bbe1735a3f2b6d57b0aafe7aaf002 Mon Sep 17 00:00:00 2001 From: Edward Forgacs Date: Mon, 11 Apr 2022 07:54:02 +0200 Subject: [PATCH] Fix typo: "instruction" -> "instructions" (#834) --- src/c.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c.tex b/src/c.tex index 6cc0cb1b0..9ffa2ce07 100644 --- a/src/c.tex +++ b/src/c.tex @@ -634,7 +634,7 @@ \section{Control Transfer Instructions} RVC provides unconditional jump instructions and conditional branch instructions. As with base RVI instructions, the offsets of all RVC -control transfer instruction are in multiples of 2 bytes. +control transfer instructions are in multiples of 2 bytes. \begin{center} \begin{tabular}{S@{}L@{}Y}