1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Fix comments in common/pack module.

This commit is contained in:
David Steele
2026-02-01 11:23:41 +07:00
parent 449529f98f
commit 10d18be719
+2 -2
View File
@@ -145,7 +145,7 @@ static const PackTypeMapData packTypeMapData[] =
// Unknown type map data should not be used
{0},
// Formats that can be encoded entirely in the tag
// Types that can be encoded entirely in the tag
{
.type = pckTypeArray,
},
@@ -190,7 +190,7 @@ static const PackTypeMapData packTypeMapData[] =
{0},
{0},
// Formats that require an extra byte to encode
// Types that require an extra byte to encode
{
.type = pckTypeTime,
.valueMultiBit = true,