]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: correct the spelling of "instance" 41496/head
authorHuber-ming <zhangsm01@inspur.com>
Tue, 25 May 2021 02:21:49 +0000 (10:21 +0800)
committerHuber-ming <zhangsm01@inspur.com>
Tue, 25 May 2021 02:21:49 +0000 (10:21 +0800)
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
src/rgw/services/svc_bucket_sobj.cc

index 13aeedf03d6eb980123d43d0a500d47b788175f1..ce9d55b011bd249d9cf2dbd418bcba3696d7c8f9 100644 (file)
@@ -546,7 +546,7 @@ int RGWSI_Bucket_SObj::store_bucket_instance_info(RGWSI_Bucket_BI_Ctx& ctx,
   } else if (ret == -EEXIST) {
     /* well, if it's exclusive we shouldn't overwrite it, because we might race with another
      * bucket operation on this specific bucket (e.g., being synced from the master), but
-     * since bucket instace meta object is unique for this specific bucket instace, we don't
+     * since bucket instance meta object is unique for this specific bucket instance, we don't
      * need to return an error.
      * A scenario where we'd get -EEXIST here, is in a multi-zone config, we're not on the
      * master, creating a bucket, sending bucket creation to the master, we create the bucket