diff options
-rw-r--r-- | src/include/access/tidstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/tidstore.h b/src/include/access/tidstore.h index d95cabd7b5e..aeaf563b6a9 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 { |