1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Fix typo; . -> ,

This commit is contained in:
Thomas Harte 2022-03-28 16:39:55 -04:00
parent 2e56b606fa
commit dc30581be0

View File

@ -134,7 +134,7 @@ enum class Operation: uint8_t {
addx,
/// Add carrying.
/// addc. addc., addco, addco.
/// addc, addc., addco, addco.
///
/// rD() = rA() + rB(). XER[CA] is set if a carry occurs.
/// oe() and rc() apply.