From 504338ea8b9ce0943eeb765338bdf86e051eb1c7 Mon Sep 17 00:00:00 2001 From: mychoxin Date: Sat, 5 Aug 2017 21:30:09 +0800 Subject: [PATCH] os/ObjectStore: correct mistake in writing Signed-off-by: mychoxin --- 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 97624c09fca..45f4f70b957 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -330,7 +330,7 @@ public: * * TRANSACTION ISOLATION * - * Except as noted below, isolation is the responsibility of the + * Except as noted above, isolation is the responsibility of the * caller. In other words, if any storage element (storage element * == any of the four portions of an object as described above) is * altered by a transaction (including deletion), the caller -- 2.39.5