From: Andre Noll <maan@systemlinux.org>
Date: Sat, 20 Jul 2013 19:07:06 +0000 (+0200)
Subject: ipc.c: Fix typo in comment.
X-Git-Tag: v0.4.13~5
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=0da47d02b44362afe611d125b2f830f619746505;p=paraslash.git

ipc.c: Fix typo in comment.
---

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;