diff options
author | Heikki Linnakangas | 2014-04-01 06:27:37 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2014-04-01 06:27:37 +0000 |
commit | 554bb3beba27bf4a49edecc40f6c0f249974bc7c (patch) | |
tree | aa9255b931854514690e7f3d5fc3a355f2c4171c /contrib/sepgsql/relation.c | |
parent | 4bc15a8bfbc7856bc3426dc9ab99567eebbb64d3 (diff) |
Fix typo in comment.
Amit Langote
Diffstat (limited to 'contrib/sepgsql/relation.c')
-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 * |