run_command: Update outdated docstring
This commit is contained in:
parent
e2b2a28625
commit
57a37f8af4
|
@ -217,8 +217,7 @@ void ipc_shutdown(shutdown_reason_t reason, int exempt_fd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Executes the command and returns whether it could be successfully parsed
|
* Executes the given command.
|
||||||
* or not (at the moment, always returns true).
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
IPC_HANDLER(run_command) {
|
IPC_HANDLER(run_command) {
|
||||||
|
|
Loading…
Reference in New Issue