small fix of typo in comment. -- noch

Former-commit-id: 74a518efe9
This commit is contained in:
Norayr Chilingarian 2015-02-12 19:35:01 +04:00
parent 249e6f03ee
commit 5981787892

View file

@ -102,7 +102,7 @@ MODULE ulmTypes;
(*RETURN SYS.VAL(Int16, int)*) (*RETURN SYS.VAL(Int16, int)*)
longintarr := SYS.VAL(intarr64, int); longintarr := SYS.VAL(intarr64, int);
int16[0] := longintarr[0]; int16[0] := longintarr[0];
int16[1] := longintarr[1]; (* this will work for little endiad -- noch *) int16[1] := longintarr[1]; (* this will work for little endian -- noch *)
END ToInt16; END ToInt16;
PROCEDURE ToInt32*(int: LONGINT) : Int32; PROCEDURE ToInt32*(int: LONGINT) : Int32;