From a589166d80118c3750ee9e85f039762a0a4b541a Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 15:05:34 +0800 Subject: [PATCH] erasure-code: remove duplicated words Signed-off-by: Li Peng --- src/erasure-code/ErasureCodeInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/erasure-code/ErasureCodeInterface.h b/src/erasure-code/ErasureCodeInterface.h index 3ac2b891b26b..32c3b1ac2c82 100644 --- a/src/erasure-code/ErasureCodeInterface.h +++ b/src/erasure-code/ErasureCodeInterface.h @@ -437,7 +437,7 @@ namespace ceph { /** * Decode the first **get_data_chunk_count()** **chunks** and - * concatenate them them into **decoded**. + * concatenate them into **decoded**. * * Returns 0 on success. * -- 2.47.3