diff options
Diffstat (limited to 'src/backend/access/heap/heapam_handler.c')
-rw-r--r-- | src/backend/access/heap/heapam_handler.c | 2 |
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. * *------------------------------------------------------------------------- |