aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_handler.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-03-29 08:16:35 -0700
committerAndres Freund <andres@anarazel.de>2019-03-29 08:17:26 -0700
commitffa8444ce4828108e49d961cfa64e31078d978f0 (patch)
treeba7f475a4108001eb113e3721e6271ad7e894ece /src/backend/access/heap/heapam_handler.c
parenta7cc52370b2b8a0f9883e299cb07f56d702b58c2 (diff)
downloadpostgresql-ffa8444ce4828108e49d961cfa64e31078d978f0.tar.gz
postgresql-ffa8444ce4828108e49d961cfa64e31078d978f0.zip
tableam: Comment fixes.
Author: Haribabu Kommi Discussion: CAJrrPGeeYOqP3hkZyohDx_8dot4zvPuPMDBmhJ=iC85cTBNeYw@mail.gmail.com
Diffstat (limited to 'src/backend/access/heap/heapam_handler.c')
-rw-r--r--src/backend/access/heap/heapam_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam_handler.c b/src/backend/access/heap/heapam_handler.c
index 581a6bd9d16..39eab1e28d9 100644
--- a/src/backend/access/heap/heapam_handler.c
+++ b/src/backend/access/heap/heapam_handler.c
@@ -12,7 +12,7 @@
*
*
* NOTES
- * This files wires up the lower level heapam.c et routines with the
+ * This files wires up the lower level heapam.c et al routines with the
* tableam abstraction.
*
*-------------------------------------------------------------------------