diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-04-01 09:27:37 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-04-01 09:27:37 +0300 |
commit | 554bb3beba27bf4a49edecc40f6c0f249974bc7c (patch) | |
tree | aa9255b931854514690e7f3d5fc3a355f2c4171c | |
parent | 4bc15a8bfbc7856bc3426dc9ab99567eebbb64d3 (diff) | |
download | postgresql-554bb3beba27bf4a49edecc40f6c0f249974bc7c.tar.gz postgresql-554bb3beba27bf4a49edecc40f6c0f249974bc7c.zip |
Fix typo in comment.
Amit Langote
-rw-r--r-- | contrib/sepgsql/relation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/relation.c b/contrib/sepgsql/relation.c index d88358eb6eb..14c877ea321 100644 --- a/contrib/sepgsql/relation.c +++ b/contrib/sepgsql/relation.c @@ -1,6 +1,6 @@ /* ------------------------------------------------------------------------- * - * contrib/sepgsql/label.c + * contrib/sepgsql/relation.c * * Routines corresponding to relation/attribute objects * |