diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index 9766bece96d9b1a2ecdac55f44abd0455aa5bc56..9fb35f532defd0471e844268b47a3ababb9ee5df 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.41 2004/01/28 22:14:04 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.42 2004/01/29 12:34:59 neilc Exp $ */ #include "postgres_fe.h" #include "copy.h" @@ -85,7 +85,7 @@ free_copy_options(struct copy_options * ptr) } -/* catenate "more" onto "var", freeing the original value of *var */ +/* concatenate "more" onto "var", freeing the original value of *var */ static void xstrcat(char **var, const char *more) {