summaryrefslogtreecommitdiffstats
path: root/sys/coda
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-13 06:57:59 +0000
committerbde <bde@FreeBSD.org>2001-10-13 06:57:59 +0000
commitbbb90841ee74c1bb21fde0f8236f82a15ef04663 (patch)
tree0fe99514779b104429a66526b0c6f04488c1c54a /sys/coda
parent235dffbc18cdc228303b5d3511a4d6d18da94491 (diff)
downloadFreeBSD-src-bbb90841ee74c1bb21fde0f8236f82a15ef04663.zip
FreeBSD-src-bbb90841ee74c1bb21fde0f8236f82a15ef04663.tar.gz
Fixed bitrot in a banal comment by removing the comment.
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/coda_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index d19ef84..dd171df 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -111,7 +111,7 @@ coda_mount(vfsp, path, data, ndp, td)
char *path; /* path covered: ignored by the fs-layer */
caddr_t data; /* Need to define a data type for this in netbsd? */
struct nameidata *ndp; /* Clobber this to lookup the device name */
- struct thread *td; /* The ever-famous proc pointer */
+ struct thread *td;
{
struct vnode *dvp;
struct cnode *cp;
OpenPOWER on IntegriCloud