aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-11-05 09:04:13 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-11-05 09:04:13 +0000
commit25cc6027cf034691690349e43486b3d2c31cf5cc (patch)
treeaee247b286664420d22004e680b0a8368415122e /sys
parent7845becfe8995879747441ce55fc0f438baf9995 (diff)
downloadsrc-25cc6027cf034691690349e43486b3d2c31cf5cc.tar.gz
src-25cc6027cf034691690349e43486b3d2c31cf5cc.zip
Fix typo.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=227104
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/procfs/procfs_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c
index 7850504fe30b..62651cb67908 100644
--- a/sys/fs/procfs/procfs_status.c
+++ b/sys/fs/procfs/procfs_status.c
@@ -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