diff options
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r-- | src/bin/psql/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index 041b5e0c877..8cc4de3878d 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -4370,7 +4370,7 @@ echo_hidden_command(const char *query) /* * Look up the object identified by obj_type and desc. If successful, - * store its OID in *obj_oid and return TRUE, else return FALSE. + * store its OID in *obj_oid and return true, else return false. * * Note that we'll fail if the object doesn't exist OR if there are multiple * matching candidates OR if there's something syntactically wrong with the |