diff options
author | Michael Paquier | 2023-05-02 03:23:08 +0000 |
---|---|---|
committer | Michael Paquier | 2023-05-02 03:23:08 +0000 |
commit | 8961cb9a0315fa23458587b3df547ca8d8e00f85 (patch) | |
tree | f9ea45d43d53950d56062dc9eb0cebe547503718 /src/interfaces/libpq/libpq-int.h | |
parent | 6fd8ae6888847da842ee4810fcd83b013cbed27f (diff) |
Fix typos in comments
The changes done in this commit impact comments with no direct
user-visible changes, with fixes for incorrect function, variable or
structure names.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index ce0167c1b66..3c9f589278e 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -872,7 +872,7 @@ extern ssize_t pg_GSS_write(PGconn *conn, const void *ptr, size_t len); extern ssize_t pg_GSS_read(PGconn *conn, void *ptr, size_t len); #endif -/* === in libpq-trace.c === */ +/* === in fe-trace.c === */ extern void pqTraceOutputMessage(PGconn *conn, const char *message, bool toServer); |