8000 Fix a couple of inconsequential typos in new header · adeildofernandes/postgres@3142cf6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)
0