Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Aug 8, 2024
1 parent 908c22d commit c160866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/FCryptoQWORD.uc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c160866

Please sign in to comment.