From 2f94417630d5a34171f82a91a4ef8e8ea8e70973 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Tue, 14 Mar 2023 12:45:04 +0100 Subject: [PATCH] vfs: Fix documentation typo Signed-off-by: Rodrigo Campos Reviewed-by: Christian Brauner Signed-off-by: Zorro Lang --- src/vfs/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vfs/utils.h b/src/vfs/utils.h index c0dbe370..f1681737 100644 --- a/src/vfs/utils.h +++ b/src/vfs/utils.h @@ -177,7 +177,7 @@ struct vfs_ns_cap_data { struct vfstest_info { uid_t t_overflowuid; gid_t t_overflowgid; - /* path of the test device */ + /* Filesystem type of the mountpoint */ const char *t_fstype; /* path of the test device */ const char *t_device; -- 2.39.5