summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-11-05 09:04:13 +0000
committerkib <kib@FreeBSD.org>2011-11-05 09:04:13 +0000
commitf015c4fd4f2e1138c133b10ab3852b47d6087eba (patch)
treeaee247b286664420d22004e680b0a8368415122e /sys/fs/procfs
parenta527ed800857e77ccfe906417fa4e8b06fc6d849 (diff)
downloadFreeBSD-src-f015c4fd4f2e1138c133b10ab3852b47d6087eba.zip
FreeBSD-src-f015c4fd4f2e1138c133b10ab3852b47d6087eba.tar.gz
Fix typo.
MFC after: 3 days
Diffstat (limited to 'sys/fs/procfs')
-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 7850504..62651cb 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
OpenPOWER on IntegriCloud