mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-23 04:02:34 +02:00
* fixed typo in comments
git-svn-id: trunk@5521 -
This commit is contained in:
parent
f6c635b923
commit
c963543c74
@ -1114,7 +1114,7 @@ implementation
|
||||
The startbit/bitindex in a subsetreference always refers to
|
||||
a) on big endian: the most significant bit of the value
|
||||
(bits counted from left to right, both memory an registers)
|
||||
b) on little endia: the least significant bit when the value
|
||||
b) on little endian: the least significant bit when the value
|
||||
is loaded in a register (bit counted from right to left)
|
||||
|
||||
Although a) results in more complex code for big endian systems, it's
|
||||
|
Loading…
Reference in New Issue
Block a user