]> granicus.if.org Git - postgresql/commitdiff
Fix tyop in comment.
authorNeil Conway <neilc@samurai.com>
Mon, 25 Oct 2004 03:23:02 +0000 (03:23 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 25 Oct 2004 03:23:02 +0000 (03:23 +0000)
src/backend/port/beos/support.c

index a5f237e43b971bab03edf5853318b3212e8df07b..2c0b3a9d495b420fca6bb426dcadf49f9233ba1e 100644 (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);
 }