X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ipc.c;h=1ec53c30204e336a9b75a1992d063910c618e80d;hp=58e697880be7b17f6be94d29f73604c7c0b41951;hb=04d97d1a3a811a2e7eec75da093afdbc4045956c;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/ipc.c b/ipc.c index 58e69788..1ec53c30 100644 --- a/ipc.c +++ b/ipc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * 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;