From: Nathan Scott Date: Mon, 20 Jun 2005 03:50:09 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: v2.7.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e83469ba77ce47d95b91b76bd79fa3fb35562ef9;p=thirdparty%2Fxfsprogs-dev.git Fix a typo in a comment. Merge of master-melb:xfs-cmds:22911a by kenmcd. --- diff --git a/include/path.h b/include/path.h index e3bf02143..5ebf3f223 100644 --- a/include/path.h +++ b/include/path.h @@ -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;