Minor comment fix

This commit is contained in:
Norman Feske 2013-09-08 16:18:22 +02:00
parent 20daeb6d16
commit 690fc51fad
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ namespace Genode {
}
/**
* Dissolve server object from entry point
* Dissolve RPC object from entry point
*/
template <typename RPC_INTERFACE, typename RPC_SERVER>
void dissolve(Rpc_object<RPC_INTERFACE, RPC_SERVER> *obj)