mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
Fix tyop in comment.
This commit is contained in:
parent
02ca529dd8
commit
86bcfc788b
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ beos_before_backend_startup(void)
|
|||
void
|
||||
beos_backend_startup_failed(void)
|
||||
{
|
||||
/* The foek failed, just release the semaphore */
|
||||
/* The fork failed, just release the semaphore */
|
||||
release_sem(beos_shm_sem);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue