From c963543c7420acbe801f727323b51c27937d2d4c Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 1 Dec 2006 19:40:31 +0000 Subject: [PATCH] * fixed typo in comments git-svn-id: trunk@5521 - --- compiler/cgobj.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cgobj.pas b/compiler/cgobj.pas index 0f8391138f..fa4c7cd843 100644 --- a/compiler/cgobj.pas +++ b/compiler/cgobj.pas @@ -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