From e83469ba77ce47d95b91b76bd79fa3fb35562ef9 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 20 Jun 2005 03:50:09 +0000 Subject: [PATCH] Fix a typo in a comment. Merge of master-melb:xfs-cmds:22911a by kenmcd. --- include/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2