]> granicus.if.org Git - postgresql/commitdiff
Fix a couple of inconsequential typos in new header
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Jul 2013 21:57:00 +0000 (17:57 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Jul 2013 21:57:00 +0000 (17:57 -0400)
src/include/postmaster/bgworker_internals.h

index 478a1fff0dbf4b4d5d2978a8dcc1aee27261c572..0c4c8c325d18e5311271e9433629123b9db27c2b 100644 (file)
@@ -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 */