From 00a5bc44b014b336fb6619c830b7737f8a360e2f Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Wed, 1 Oct 2008 17:49:55 +0200
Subject: [PATCH] Fixed comment

---
 src/framework/BOINCClientAdapter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/framework/BOINCClientAdapter.h b/src/framework/BOINCClientAdapter.h
index ee5d5c4..3ff2d3c 100644
--- a/src/framework/BOINCClientAdapter.h
+++ b/src/framework/BOINCClientAdapter.h
@@ -56,7 +56,7 @@ public:
 	 * It takes as an argument the name of the shared memory area to be used
 	 * for inter-process communication.
 	 *
-	 * \param sharedMemoryIdentifier The identifier of the shared memory area
+	 * \param sharedMemoryAreaIdentifier The identifier of the shared memory area
 	 */
 	BOINCClientAdapter(string sharedMemoryAreaIdentifier);
 
-- 
GitLab