diff options
Diffstat (limited to 'contrib/amcheck/verify_heapam.c')
-rw-r--r-- | contrib/amcheck/verify_heapam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amcheck/verify_heapam.c b/contrib/amcheck/verify_heapam.c index 570f44b59ee..bc34bb0c839 100644 --- a/contrib/amcheck/verify_heapam.c +++ b/contrib/amcheck/verify_heapam.c @@ -500,7 +500,7 @@ sanity_check_relation(Relation rel) /* * Record a single corruption found in the table. The values in ctx should * reflect the location of the corruption, and the msg argument should contain - * a human readable description of the corruption. + * a human-readable description of the corruption. * * The msg argument is pfree'd by this function. */ |