Skip to content

Commit

Permalink
fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf committed Mar 11, 2016
1 parent 3fbe736 commit 5417a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linux/linux.c
Expand Up @@ -148,7 +148,7 @@ int check_pgroup(pid_t target) {
memcpy(pid_stat.comm, "???", 4);
}
error("Process %d (%.*s) shares %d's process group. Unable to attach.\n"
"(This most commonly means that %d has suprocesses).",
"(This most commonly means that %d has sub-processes).",
(int)pid, TASK_COMM_LENGTH, pid_stat.comm, (int)target, (int)target);
err = EINVAL;
goto out;
Expand Down

0 comments on commit 5417a83

Please sign in to comment.