From c1608666ecef00679cf5f34255b1e6b62c226bb2 Mon Sep 17 00:00:00 2001 From: Tuomo Kriikkula Date: Thu, 8 Aug 2024 19:49:27 +0300 Subject: [PATCH] Clarify comment --- Classes/FCryptoQWORD.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/FCryptoQWORD.uc b/Classes/FCryptoQWORD.uc index de0a652..763bb93 100644 --- a/Classes/FCryptoQWORD.uc +++ b/Classes/FCryptoQWORD.uc @@ -26,7 +26,7 @@ class FCryptoQWORD extends Object abstract notplaceable; -// 64-bit integer simulated as two 32-bit integers. +// 64-bit unsigned integer simulated as two 32-bit signed integers. struct FCQWORD { var int A; // High.