Spelling fix in os/single_session_service.h

This commit is contained in:
Norman Feske 2019-08-14 16:02:26 +02:00 committed by Christian Helmuth
parent 312f801f8a
commit cc437a5eca

View File

@ -31,7 +31,7 @@ class Genode::Single_session_service
private: private:
/* /*
* Wrap client object to be compabile with 'Rpc_object::cap' calls * Wrap client object to be compatible with 'Rpc_object::cap' calls
* *
* We hand out the capability via 'cap' method to be compatible with * We hand out the capability via 'cap' method to be compatible with
* the interface normally provided by server-side component objects. * the interface normally provided by server-side component objects.