X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=1ec53c30204e336a9b75a1992d063910c618e80d;hp=40f6a9512287e2689c140f0e5d31017dff5cea83;hb=04d97d1a3a811a2e7eec75da093afdbc4045956c;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 diff --git a/ipc.c b/ipc.c index 40f6a951..1ec53c30 100644 --- 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"); - shmmax = 65535; /* last ressort */ + shmmax = 65535; /* last resort */ } PARA_INFO_LOG("shmmax: %zu\n", shmmax); return shmmax;