Correct comment. procfs_doprocfile implements 'file', not 'self'.

This commit is contained in:
John Baldwin 2018-01-05 18:32:46 +00:00
parent 3acd9182a1
commit 9ae9a3d462
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327591

View File

@ -64,7 +64,7 @@
#include <fs/procfs/procfs.h>
/*
* Filler function for proc/pid/self
* Filler function for proc/pid/file
*/
int
procfs_doprocfile(PFS_FILL_ARGS)