From: Sascha Wildner Date: Thu, 23 Aug 2012 21:24:22 +0000 (+0200) Subject: : Fix comment typos. X-Git-Tag: v3.2.0~279 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/01645182a012151e5233750fc434d3afc24ddb55 : Fix comment typos. --- diff --git a/sys/sys/devfs.h b/sys/sys/devfs.h index 2355213..0c71adb 100644 --- a/sys/sys/devfs.h +++ b/sys/sys/devfs.h @@ -82,11 +82,11 @@ struct devfs_fid { }; struct devfs_node { - cdev_t d_dev; /* device assoicated with this node */ + cdev_t d_dev; /* device associated with this node */ struct mount *mp; /* mount point of this node */ struct devfs_dirent d_dir; /* dirent data (name, inode, ...) */ - struct vnode *v_node; /* assoicated vnode */ + struct vnode *v_node; /* associated vnode */ struct devfs_node *parent; /* parent of this node */ devfs_nodetype node_type; /* devfs node type */