ipc.c: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sat, 20 Jul 2013 19:07:06 +0000 (21:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 21 Jul 2013 19:44:25 +0000 (21:44 +0200)
ipc.c

diff --git a/ipc.c b/ipc.c
index 40f6a9512287e2689c140f0e5d31017dff5cea83..1ec53c30204e336a9b75a1992d063910c618e80d 100644 (file)
--- a/ipc.c
+++ b/ipc.c
@@ -221,7 +221,7 @@ size_t shm_get_shmmax(void)
 #endif
        if (shmmax == 0) {
                PARA_WARNING_LOG("unable to determine shmmax\n");
 #endif
        if (shmmax == 0) {
                PARA_WARNING_LOG("unable to determine shmmax\n");
-               shmmax = 65535; /* last ressort */
+               shmmax = 65535; /* last resort */
        }
        PARA_INFO_LOG("shmmax: %zu\n", shmmax);
        return shmmax;
        }
        PARA_INFO_LOG("shmmax: %zu\n", shmmax);
        return shmmax;