aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-07 17:04:54 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-07 17:04:54 +0000
commit9fb5c757b880fa51443e6ded6d0a590ab1864b84 (patch)
treed82e18d9ea4f52a187bdc091815b4dbf887efd56 /src
parent00f184a83ffc278ce001a107d0f58405e006999d (diff)
downloadpostgresql-9fb5c757b880fa51443e6ded6d0a590ab1864b84.tar.gz
postgresql-9fb5c757b880fa51443e6ded6d0a590ab1864b84.zip
Remove unneeded dash.
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 8a7230ab46b..3091fb2dc5a 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.428 2004/10/07 17:03:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.429 2004/10/07 17:04:54 momjian Exp $
*
* NOTES
*
@@ -1194,7 +1194,7 @@ ServerLoop(void)
/*
* We are not sure how much precision is in tv_usec, so we
- * swap the high and low 16-bits of 'later' and XOR them with
+ * swap the high and low 16 bits of 'later' and XOR them with
* 'earlier'. On the off chance that the result is 0, we
* loop until it isn't.
*/