]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix a typo in a comment.
authorNathan Scott <nathans@sgi.com>
Mon, 20 Jun 2005 03:50:09 +0000 (03:50 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 20 Jun 2005 03:50:09 +0000 (03:50 +0000)
Merge of master-melb:xfs-cmds:22911a by kenmcd.

include/path.h

index e3bf0214310f8559b6a9bdd707df96623782546b..5ebf3f2231131e92f4df0181ef31237a0bf3e208 100644 (file)
@@ -52,7 +52,7 @@ typedef struct fs_path {
        char            *fs_rt;         /* Realtime device, if any      */
        dev_t           fs_rtdev;
        char            *fs_dir;        /* Directory / mount point      */
-       uint            fs_flags;       /* FS_MOUNT_POINT/FS_MOUNT_TREE */
+       uint            fs_flags;       /* FS_{MOUNT_POINT,PROJECT_PATH}*/
        uint            fs_prid;        /* Project ID for tree root     */
 } fs_path_t;