From: chanyoung Date: Wed, 7 Dec 2016 00:25:56 +0000 (+0900) Subject: osd: fix typos in "struct OSDOp" comments X-Git-Tag: v11.1.0~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12350%2Fhead;p=ceph.git osd: fix typos in "struct OSDOp" comments "nembers" -> "members" Signed-off-by: Chanyoung Park --- diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 1ab311166eb2..b9112bda7cbc 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -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& 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.