From f150b00c0d4054adef66571e179b34a427e8963d Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 4 Apr 2012 17:03:34 +0200 Subject: [PATCH] Spelling fix --- base/include/base/capability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/include/base/capability.h b/base/include/base/capability.h index 0dc633280..93d071e2e 100644 --- a/base/include/base/capability.h +++ b/base/include/base/capability.h @@ -180,7 +180,7 @@ namespace Genode { /* * Suppress warning about uninitialized 'ret' variable in 'call' - * functions on compilers that support the #praga. If this is + * functions on compilers that support the #pragma. If this is * not the case, the pragma can be masked by supplying the * 'SUPPRESS_GCC_PRAGMA_WUNINITIALIZED' define to the compiler. */