@@ -191,7 +191,7 @@ Some of these classes have additional members that
191191are described in the following subsections.
192192
193193*All * of the classes derived from ``RecTy `` provide the ``get() `` function.
194- It returns an instance of ``Recty `` corresponding to the derived class.
194+ It returns an instance of ``RecTy `` corresponding to the derived class.
195195Some of the ``get() `` functions require an argument to
196196specify which particular variant of the type is desired. These arguments are
197197described in the following subsections.
@@ -354,12 +354,12 @@ The class provides many additional functions:
354354* Functions to determine whether there are any operands and to get the
355355 number of operands.
356356
357- * Functions to the get the operands, both individually and together.
357+ * Functions to get the operands, both individually and together.
358358
359359* Functions to determine whether there are any names and to
360360 get the number of names
361361
362- * Functions to the get the names, both individually and together.
362+ * Functions to get the names, both individually and together.
363363
364364* Functions to get the operand iterator ``begin() `` and ``end() `` values.
365365
@@ -605,7 +605,7 @@ null if the field does not exist.
605605
606606 The field is assumed to have another record as its value. That record is returned
607607as a pointer to a ``Record ``. If the field does not exist or is unset, the
608- functions returns null.
608+ function returns null.
609609
610610Getting Record Superclasses
611611===========================
0 commit comments