From 0da47d02b44362afe611d125b2f830f619746505 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sat, 20 Jul 2013 21:07:06 +0200
Subject: [PATCH] ipc.c: Fix typo in comment.

---
 ipc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.39.5