Fix typo.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2011-11-05 09:04:13 +00:00
parent 7845becfe8
commit 25cc6027cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227104

View File

@ -175,7 +175,7 @@ procfs_doproccmdline(PFS_FILL_ARGS)
/*
* If we are using the ps/cmdline caching, use that. Otherwise
* revert back to the old way which only implements full cmdline
* for the currept process and just p->p_comm for all other
* for the current process and just p->p_comm for all other
* processes.
* Note that if the argv is no longer available, we deliberately
* don't fall back on p->p_comm or return an error: the authentic