diff options
Diffstat (limited to 'sys/coda/cnode.h')
-rw-r--r-- | sys/coda/cnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index c1f8391..962d329 100644 --- a/sys/coda/cnode.h +++ b/sys/coda/cnode.h @@ -40,7 +40,7 @@ */ /* - * This code was written for the Coda file system at Carnegie Mellon University. + * This code was written for the Coda filesystem at Carnegie Mellon University. * Contributers include David Steere, James Kistler, and M. Satyanarayanan. */ @@ -147,7 +147,7 @@ struct coda_clstat { extern struct coda_clstat coda_clstat; /* - * CODA structure to hold mount/file system information + * CODA structure to hold mount/filesystem information */ struct coda_mntinfo { struct vnode *mi_rootvp; |