From 8b2c896d9d8b7057ae203f5c5068c0124c0f7667 Mon Sep 17 00:00:00 2001 From: chanyoung Date: Wed, 7 Dec 2016 09:25:56 +0900 Subject: [PATCH] osd: fix typos in "struct OSDOp" comments "nembers" -> "members" Signed-off-by: Chanyoung Park --- src/osd/osd_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 1ab311166eb2b..b9112bda7cbcf 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. -- 2.39.5