Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3142cf6

Browse files
committed
Fix a couple of inconsequential typos in new header
1 parent 8eb2919 commit 3142cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/postmaster/bgworker_internals.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
* IDENTIFICATION
9-
* src/include/postmaster/bgworker.h
9+
* src/include/postmaster/bgworker_internals.h
1010
*--------------------------------------------------------------------
1111
*/
1212
#ifndef BGWORKER_INTERNALS_H
@@ -45,4 +45,4 @@ extern void ForgetBackgroundWorker(slist_mutable_iter *cur);
4545
extern BackgroundWorker *BackgroundWorkerEntry(int slotno);
4646
#endif
4747

48-
#endif /* BGWORKER_INTERNLS_H */
48+
#endif /* BGWORKER_INTERNALS_H */

0 commit comments

Comments
 (0)