فهرست منبع

* fixed typo in comments

git-svn-id: trunk@5521 -
Jonas Maebe 18 سال پیش
والد
کامیت
c963543c74
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/cgobj.pas

+ 1 - 1
compiler/cgobj.pas

@@ -1114,7 +1114,7 @@ implementation
   The startbit/bitindex in a subsetreference always refers to
   The startbit/bitindex in a subsetreference always refers to
   a) on big endian: the most significant bit of the value
   a) on big endian: the most significant bit of the value
      (bits counted from left to right, both memory an registers)
      (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)
      is loaded in a register (bit counted from right to left)
 
 
   Although a) results in more complex code for big endian systems, it's
   Although a) results in more complex code for big endian systems, it's