diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-24 18:26:47 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-24 18:26:47 +0100 |
commit | defb5c49977bcbf92f22a5eecd35b0a27ed8745d (patch) | |
tree | d92763d38ddb3ae579a75f8f349debe371666ec8 /libps/ps.h | |
parent | 628eb5a1fb4bbb2ddcd386500fe9d7241cf7f474 (diff) | |
parent | 2e22275ea95f4a528f8badf24b833fb1f060f7f6 (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'libps/ps.h')
-rw-r--r-- | libps/ps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -454,7 +454,7 @@ extern char *proc_stat_state_tags; /* Returns in PS a new proc_stat for the process PID in the ps context PC. If a memory allocation error occurs, ENOMEM is returned, otherwise 0. - Users shouldn't use this routine, use pc_context_find_proc_stat instead. */ + Users shouldn't use this routine, use ps_context_find_proc_stat instead. */ error_t _proc_stat_create (pid_t pid, struct ps_context *context, struct proc_stat **ps); |