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
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Genode::Single_session_service
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
* the interface normally provided by server-side component objects.