From: Li Peng Date: Tue, 3 May 2016 07:05:34 +0000 (+0800) Subject: erasure-code: remove duplicated words X-Git-Tag: v11.0.0~744^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8899%2Fhead;p=ceph.git erasure-code: remove duplicated words Signed-off-by: Li Peng --- 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. *