From 4c358f1b70faa94b0cac44da42d50f3c0eb78af9 Mon Sep 17 00:00:00 2001
From: Masahiko Sawada <sawada.mshk@gmail.com>
Date: Wed, 23 Oct 2024 13:36:22 -0700
Subject: [PATCH v1] Fix typo in tidstore.h.

An oversight in commit f6bef362c.

Reviewed-by:
Discussion: https://postgr.es/m/
---
 src/include/access/tidstore.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 {
-- 
2.43.5

