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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to