From 74a518efe98a3fdda0548854c6927e0bb804f687 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 12 Feb 2015 19:35:01 +0400 Subject: [PATCH] small fix of typo in comment. -- noch --- src/lib/ulm/x86_64/ulmTypes.Mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ulm/x86_64/ulmTypes.Mod b/src/lib/ulm/x86_64/ulmTypes.Mod index c94e7c72..d46a2c63 100644 --- a/src/lib/ulm/x86_64/ulmTypes.Mod +++ b/src/lib/ulm/x86_64/ulmTypes.Mod @@ -102,7 +102,7 @@ MODULE ulmTypes; (*RETURN SYS.VAL(Int16, int)*) longintarr := SYS.VAL(intarr64, int); 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; PROCEDURE ToInt32*(int: LONGINT) : Int32;