From f5d2528e204c81f184e1e6be760f17e91601fa8d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 12 Nov 2024 18:47:25 +0000 Subject: [PATCH] fix comment --- pkg/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/types.go b/pkg/types.go index fb93355..505c849 100644 --- a/pkg/types.go +++ b/pkg/types.go @@ -44,7 +44,7 @@ func UnpackWavefrontLoHi(lohi WavefrontLoHi) (int, int) { // technically this restricts to alignments with less than 268 million characters but that should be sufficient for most cases type WavefrontValue uint32 -// TODO: add 64 bit packed value in case more than 268 characters are needed +// TODO: add 64 bit packed value in case more than 268 million characters are needed // PackWavefrontValue: packs a diag value and traceback into a WavefrontValue func PackWavefrontValue(value uint32, traceback Traceback) WavefrontValue {