diff --git a/src/include/access/tidstore.h b/src/include/access/tidstore.h index d95cabd7b5..aeaf563b6a 100644 --- a/src/include/access/tidstore.h +++ b/src/include/access/tidstore.h @@ -22,7 +22,7 @@ typedef struct TidStoreIter TidStoreIter; /* * Result struct for TidStoreIterateNext. This is copyable, but should be - * treated as opaque. Call TidStoreGetOffsets() to obtain the offsets. + * treated as opaque. Call TidStoreGetBlockOffsets() to obtain the offsets. */ typedef struct TidStoreIterResult {