From: Bruce Momjian Date: Tue, 6 Sep 2016 04:03:55 +0000 (-0400) Subject: C comment: fix file name mention on line 1 X-Git-Tag: REL_10_BETA1~1768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e1e2aaff109c507da013c66009f048dda96f3e;p=postgresql C comment: fix file name mention on line 1 Author: Amit Langote --- diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index ecdfbc60bb..b91eca5b2c 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * libpq_be.h + * libpq-be.h * This file contains definitions for structures and externs used * by the postmaster during client authentication. *