From 7e0d79b9d116980ebbe09ef50c8c1cd503a90149 Mon Sep 17 00:00:00 2001 From: wangyunqing Date: Mon, 14 Jun 2021 10:42:14 +0800 Subject: [PATCH] os/ObjectStore: fix typo in comments Signed-off-by: wangyunqing --- src/os/ObjectStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 4fc921d9b61a..fb58b0ad520b 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -417,7 +417,7 @@ public: */ /** - * exists -- Test for existance of object + * exists -- Test for existence of object * * @param cid collection for object * @param oid oid of object -- 2.47.3