From 0d4672ae07f684c6c5c36fec3770f42a2fd9f36b Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 23 Jul 2016 09:01:12 +0800 Subject: [PATCH] osd: fix typo in comment of store_statfs_t Signed-off-by: xie xingguo --- src/osd/osd_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 694232bbb67..af243eb62cd 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -4358,8 +4358,8 @@ struct PromoteCounter { }; /** store_statfs_t -+* ObjectStore full statfs information -+*/ + * ObjectStore full statfs information + */ struct store_statfs_t { uint64_t total = 0; // Total bytes -- 2.47.3