svn commit: r327591 - head/sys/fs/procfs

John Baldwin jhb at FreeBSD.org
Fri Jan 5 18:32:47 UTC 2018


Author: jhb
Date: Fri Jan  5 18:32:46 2018
New Revision: 327591
URL: https://svnweb.freebsd.org/changeset/base/327591

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

Modified:
  head/sys/fs/procfs/procfs.c

Modified: head/sys/fs/procfs/procfs.c
==============================================================================
--- head/sys/fs/procfs/procfs.c	Fri Jan  5 17:23:17 2018	(r327590)
+++ head/sys/fs/procfs/procfs.c	Fri Jan  5 18:32:46 2018	(r327591)
@@ -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)


More information about the svn-src-head mailing list