diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 9e26fb895f3f6c70eef42f69f4f4f283cb15ba65..a4fb2a441e49ccc9e6bafbd6922ef93eda8430c0 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -825,7 +825,7 @@ PostmasterMain(int argc, char *argv[])
 	 * data directory interlock is more reliable than the socket-file
 	 * interlock (thanks to whoever decided to put socket files in /tmp :-().
 	 * For the same reason, it's best to grab the TCP socket(s) before the
-	 * Unix socket.
+	 * Unix socket(s).
 	 */
 	CreateDataDirLockFile(true);