summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2013-07-31 21:57:00 +0000
committerAlvaro Herrera2013-07-31 21:57:00 +0000
commit3142cf6dd5c0308633e36fabbd13bb51bdec1ff2 (patch)
treee9b6da955421b278f6a65cda45bd29ae19b5fa31
parent8eb29194fc1711308804e8d4238a002a1cd35afe (diff)
Fix a couple of inconsequential typos in new header
-rw-r--r--src/include/postmaster/bgworker_internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/postmaster/bgworker_internals.h b/src/include/postmaster/bgworker_internals.h
index 478a1fff0db..0c4c8c325d1 100644
--- a/src/include/postmaster/bgworker_internals.h
+++ b/src/include/postmaster/bgworker_internals.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * src/include/postmaster/bgworker.h
+ * src/include/postmaster/bgworker_internals.h
*--------------------------------------------------------------------
*/
#ifndef BGWORKER_INTERNALS_H
@@ -45,4 +45,4 @@ extern void ForgetBackgroundWorker(slist_mutable_iter *cur);
extern BackgroundWorker *BackgroundWorkerEntry(int slotno);
#endif
-#endif /* BGWORKER_INTERNLS_H */
+#endif /* BGWORKER_INTERNALS_H */