From 06f8848b365fddc40919182486b5c30c00e32ba0 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Wed, 27 Nov 2013 14:49:36 +0100 Subject: [PATCH] base: spelling fix in signal/signal.h ref #980 --- base/include/base/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/include/base/signal.h b/base/include/base/signal.h index 93adbef49..55ce6f473 100644 --- a/base/include/base/signal.h +++ b/base/include/base/signal.h @@ -314,7 +314,7 @@ namespace Genode { virtual ~Signal_context(); /** - * Local sginal submission (DEPRECATED) + * Local signal submission (DEPRECATED) * * Trigger local signal submission (within the same address space), the * context has to be bound to a sginal receiver beforehand.