We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f184a commit 9fb5c75Copy full SHA for 9fb5c75
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $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 $
41
42
* NOTES
43
@@ -1194,7 +1194,7 @@ ServerLoop(void)
1194
1195
/*
1196
* We are not sure how much precision is in tv_usec, so we
1197
- * 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
1198
* 'earlier'. On the off chance that the result is 0, we
1199
* loop until it isn't.
1200
*/
0 commit comments