docs/DSP: fix typos

This commit is contained in:
Tillmann Karras 2020-05-17 03:56:52 +01:00
parent 30b166e3b1
commit 90b060f284
1 changed files with 2 additions and 2 deletions

View File

@ -1282,7 +1282,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
$pc = $st0 $pc = $st0
END END
$pc = addrA + 1 $pc = addrA + 1
// Remove vaues from stack // Remove values from stack
\end{DSPOpcodeOperation} \end{DSPOpcodeOperation}
\end{DSPOpcode} \end{DSPOpcode}
@ -1318,7 +1318,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
$pc = $st0 $pc = $st0
END END
$pc = addrA + 1 $pc = addrA + 1
// Remove vaues from stack // Remove values from stack
\end{DSPOpcodeOperation} \end{DSPOpcodeOperation}
\end{DSPOpcode} \end{DSPOpcode}