Date: Fri, 5 Jan 2018 18:32:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327591 - head/sys/fs/procfs Message-ID: <201801051832.w05IWkef021947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801051832.w05IWkef021947>