]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ipc.c
btr: splice-out fix.
[paraslash.git] / ipc.c
diff --git a/ipc.c b/ipc.c
index 576bfe5bcd815ee296da0b56d49a7f3ea5d97e4e..1ec53c30204e336a9b75a1992d063910c618e80d 100644 (file)
--- a/ipc.c
+++ b/ipc.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -221,7 +221,7 @@ size_t shm_get_shmmax(void)
 #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;