Fix various typos, scattered over the code.
Spelling corrections for (among other things): * environment * override * variable * ftd (should be "fdt", for flattened device tree) * embedded * FTDI * emulation * controller
This commit is contained in:
committed by
Tom Rini
parent
b955e42bad
commit
1cc0a9f496
@@ -241,7 +241,7 @@ no segment override. Address modes such as -3[BP] or 10[BP+SI] all refer to
|
||||
addresses relative to SS (ie: on the stack). So, at the minimum, all
|
||||
decodings of addressing modes would have to set/clear a bit describing
|
||||
whether the access is relative to DS or SS. That is the function of the
|
||||
cpu-state-varible M.x86.mode. There are several potential states:
|
||||
cpu-state-variable M.x86.mode. There are several potential states:
|
||||
|
||||
repe prefix seen (handled elsewhere)
|
||||
repne prefix seen (ditto)
|
||||
|
||||
Reference in New Issue
Block a user