run_command: Update outdated docstring

next
Orestis Floros 2020-04-10 16:41:36 +02:00
parent e2b2a28625
commit 57a37f8af4
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3
1 changed files with 1 additions and 2 deletions

View File

@ -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
* or not (at the moment, always returns true).
* Executes the given command.
*
*/
IPC_HANDLER(run_command) {