gems/gui_buffer.h: grammar fix in comment

This commit is contained in:
Norman Feske 2023-01-29 16:20:06 +01:00 committed by Christian Helmuth
parent 4653e2eb3b
commit d26770eb40

View File

@ -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;