From d26770eb402cc6fe6dd4213db947785bcb56c9c2 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Sun, 29 Jan 2023 16:20:06 +0100 Subject: [PATCH] gems/gui_buffer.h: grammar fix in comment --- repos/gems/include/gems/gui_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/include/gems/gui_buffer.h b/repos/gems/include/gems/gui_buffer.h index f480b04f83..2b8c2f6e3d 100644 --- a/repos/gems/include/gems/gui_buffer.h +++ b/repos/gems/include/gems/gui_buffer.h @@ -181,7 +181,7 @@ struct Gui_buffer : Genode::Noncopyable /* * Set input mask for all pixels where the alpha value is above a - * given threshold. The threshold is defines such that typical + * given threshold. The threshold is defined such that typical * drop shadows are below the value. */ unsigned char const threshold = 100;