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;