]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix typos in erasure code documents 1025/head
authorKun Huang <academicgareth@gmail.com>
Tue, 31 Dec 2013 06:54:13 +0000 (01:54 -0500)
committerKun Huang <academicgareth@gmail.com>
Tue, 31 Dec 2013 11:17:52 +0000 (06:17 -0500)
Signed-off-by: Kun Huang <academicgareth@gmail.com>
doc/dev/osd_internals/erasure_coding/developer_notes.rst

index 454f087fe53f0237c9d2e7315573caa0eba05fcd..a7499a2ed8fa39c877ea5520a16799151bda3106 100644 (file)
@@ -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*.
 
 ::