diff options
Diffstat (limited to 'src/test/examples/testlibpq.c')
-rw-r--r-- | src/test/examples/testlibpq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c index 1f447b33c39..f650118a29e 100644 --- a/src/test/examples/testlibpq.c +++ b/src/test/examples/testlibpq.c @@ -1,7 +1,7 @@ /* * testlibpq.c * - * Test the C version of LIBPQ, the POSTGRES frontend library. + * Test the C version of libpq, the PostgreSQL frontend library. */ #include <stdio.h> #include <stdlib.h> |