From: Bryan Stillwell Date: Wed, 30 May 2018 21:14:32 +0000 (-0600) Subject: os: Minor fixes in comments describing a transaction X-Git-Tag: v14.0.1~1180^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69af600fbe6a23d7811c645c503198f6095183de;p=ceph.git os: Minor fixes in comments describing a transaction Help make the comments clearer by correcting a few mistakes when describing a transaction. Signed-off-by: Bryan Stillwell --- diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 16b7ee18c64c..4f36164d74cc 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -269,8 +269,8 @@ public: * sobject_encoding detects an older/simpler version of oid * present in pre-bobtail versions of ceph. use_pool_override * also detects a situation where the pool of an oid can be - * override for legacy operations/buffers. For non-legacy - * implementation of ObjectStore, neither of these fields is + * overriden for legacy operations/buffers. For non-legacy + * implementations of ObjectStore, neither of these fields are * relevant. * *