Fix tyop in comment.

This commit is contained in:
Neil Conway 2004-10-25 03:23:02 +00:00
parent 02ca529dd8
commit 86bcfc788b

View File

@ -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);
}