]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: fix typos in "struct OSDOp" comments 12350/head
authorchanyoung <park910113@gmail.com>
Wed, 7 Dec 2016 00:25:56 +0000 (09:25 +0900)
committerchanyoung <park910113@gmail.com>
Wed, 7 Dec 2016 00:25:56 +0000 (09:25 +0900)
"nembers" -> "members"

Signed-off-by: Chanyoung Park <park910113@gmail.com>
src/osd/osd_types.h

index 1ab311166eb2b7a1f2bd6c90a27fd68bc19da257..b9112bda7cbcfd8fe1aff61ee2e70ec5d4a84255 100644 (file)
@@ -4770,7 +4770,7 @@ struct OSDOp {
   }
 
   /**
-   * split a bufferlist into constituent indata nembers of a vector of OSDOps
+   * split a bufferlist into constituent indata members of a vector of OSDOps
    *
    * @param ops [out] vector of OSDOps
    * @param in  [in] combined data buffer
@@ -4778,7 +4778,7 @@ struct OSDOp {
   static void split_osd_op_vector_in_data(vector<OSDOp>& ops, bufferlist& in);
 
   /**
-   * merge indata nembers of a vector of OSDOp into a single bufferlist
+   * merge indata members of a vector of OSDOp into a single bufferlist
    *
    * Notably this also encodes certain other OSDOp data into the data
    * buffer, including the sobject_t soid.