@@ -191,7 +191,7 @@ Some of these classes have additional members that
191
191
are described in the following subsections.
192
192
193
193
*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.
195
195
Some of the ``get() `` functions require an argument to
196
196
specify which particular variant of the type is desired. These arguments are
197
197
described in the following subsections.
@@ -354,12 +354,12 @@ The class provides many additional functions:
354
354
* Functions to determine whether there are any operands and to get the
355
355
number of operands.
356
356
357
- * Functions to the get the operands, both individually and together.
357
+ * Functions to get the operands, both individually and together.
358
358
359
359
* Functions to determine whether there are any names and to
360
360
get the number of names
361
361
362
- * Functions to the get the names, both individually and together.
362
+ * Functions to get the names, both individually and together.
363
363
364
364
* Functions to get the operand iterator ``begin() `` and ``end() `` values.
365
365
@@ -605,7 +605,7 @@ null if the field does not exist.
605
605
606
606
The field is assumed to have another record as its value. That record is returned
607
607
as a pointer to a ``Record ``. If the field does not exist or is unset, the
608
- functions returns null.
608
+ function returns null.
609
609
610
610
Getting Record Superclasses
611
611
===========================
0 commit comments