From: mychoxin Date: Sat, 5 Aug 2017 13:30:09 +0000 (+0800) Subject: os/ObjectStore: correct mistake in writing X-Git-Tag: v13.0.0~182^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=504338ea8b9ce0943eeb765338bdf86e051eb1c7;p=ceph-ci.git os/ObjectStore: correct mistake in writing Signed-off-by: mychoxin --- 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