summaryrefslogtreecommitdiff
path: root/src/include/access/rmgrlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/rmgrlist.h')
-rw-r--r--src/include/access/rmgrlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/rmgrlist.h b/src/include/access/rmgrlist.h
index 6449eeaf90e..662fb77b42a 100644
--- a/src/include/access/rmgrlist.h
+++ b/src/include/access/rmgrlist.h
@@ -2,7 +2,7 @@
* rmgrlist.h
*
* The resource manager list is kept in its own source file for possible
- * use by automatic tools. The exact representation of a rmgr is determined
+ * use by automatic tools. The exact representation of a rmgr is determined
* by the PG_RMGR macro, which is not defined in this file; it can be
* defined by the caller for special purposes.
*