From: Kun Huang Date: Tue, 31 Dec 2013 06:54:13 +0000 (-0500) Subject: Fix typos in erasure code documents X-Git-Tag: v0.77~70^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1025%2Fhead;p=ceph.git Fix typos in erasure code documents Signed-off-by: Kun Huang --- diff --git a/doc/dev/osd_internals/erasure_coding/developer_notes.rst b/doc/dev/osd_internals/erasure_coding/developer_notes.rst index 454f087fe53f..a7499a2ed8fa 100644 --- a/doc/dev/osd_internals/erasure_coding/developer_notes.rst +++ b/doc/dev/osd_internals/erasure_coding/developer_notes.rst @@ -35,7 +35,7 @@ objects that have the same name ( *NYAN* ) but reside on different OSDs. The order in which the chunks were created must be preserved and is stored as an attribute of the object ( shard_t ), in addition to its name. Chunk *1* contains *ABC* and is stored on *OSD5* while chunk *4* -contains *XYY* and is stored on *OSD3*. +contains *YXY* and is stored on *OSD3*. ::