diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2006-07-08 20:45:38 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2006-07-08 20:45:38 +0000 |
commit | 7029f97c3299c5969a10e8781ab5b9d218ff1e48 (patch) | |
tree | b1d164b40660c223f95f026e688b34bf68704cb2 /src | |
parent | dab42382f483c3070bdce14a4d93c5d0cf61e82b (diff) | |
download | postgresql-7029f97c3299c5969a10e8781ab5b9d218ff1e48.tar.gz |
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/catalog/heap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 3a6bc46a69..7ba0e7ef26 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.304 2006/07/03 22:45:37 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.305 2006/07/08 20:45:38 alvherre Exp $ * * * INTERFACE ROUTINES @@ -554,7 +554,7 @@ AddNewAttributeTuples(Oid new_rel_oid, * Caller has already opened and locked pg_class. * Tuple data is taken from new_rel_desc->rd_rel, except for the * variable-width fields which are not present in a cached reldesc. - * We alway initialize relacl to NULL (i.e., default permissions), + * We always initialize relacl to NULL (i.e., default permissions), * and reloptions is set to the passed-in text array (if any). * -------------------------------- */ |