fix spelling in public headers

This commit is contained in:
Michael Davidsaver
2020-07-03 19:50:55 -07:00
parent b1b71f1520
commit 479f0f1f4d
12 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ struct Buffer;
/** Describes a single field, leaf or otherwise, in a nested structure.
*
* FieldDesc are always stored depth first as a contigious array,
* with offset to decendent fields given as positive integers relative
* with offset to descendant fields given as positive integers relative
* to the current field. (not possible to jump _back_)
*
* We deal with two different numeric values:
@@ -58,7 +58,7 @@ struct FieldDesc {
// type ID string (Struct/Union)
std::string id;
// Lookup of all decendent fields of this Structure or Union.
// Lookup of all descendant fields of this Structure or Union.
// "fld.sub.leaf" -> rel index
// For Struct, relative to this
// For Union, offset in members array