From 554bb3beba27bf4a49edecc40f6c0f249974bc7c Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Tue, 1 Apr 2014 09:27:37 +0300
Subject: [PATCH] Fix typo in comment.

Amit Langote
---
 contrib/sepgsql/relation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/sepgsql/relation.c b/contrib/sepgsql/relation.c
index d88358eb6e..14c877ea32 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
  *