mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
gtype: Fix some typos in comments
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
6bd0a4b297
commit
041dd8b70b
@ -2290,7 +2290,7 @@ type_class_init_Wm (TypeNode *node,
|
||||
* inherited interfaces are already init_state == INITIALIZED, because
|
||||
* they either got setup in the above base_init loop, or during
|
||||
* class_init from within type_add_interface_Wm() for this or
|
||||
* an anchestor type.
|
||||
* an ancestor type.
|
||||
*/
|
||||
i = 0;
|
||||
while ((entries = CLASSED_NODE_IFACES_ENTRIES_LOCKED (node)) != NULL)
|
||||
@ -3462,7 +3462,7 @@ g_type_depth (GType type)
|
||||
* be used to determine the types and order in which the leaf type is
|
||||
* descended from the root type.
|
||||
*
|
||||
* Returns: immediate child of @root_type and anchestor of @leaf_type
|
||||
* Returns: immediate child of @root_type and ancestor of @leaf_type
|
||||
*/
|
||||
GType
|
||||
g_type_next_base (GType type,
|
||||
@ -3549,8 +3549,8 @@ type_node_conforms_to_U (TypeNode *node,
|
||||
|
||||
/**
|
||||
* g_type_is_a:
|
||||
* @type: type to check anchestry for
|
||||
* @is_a_type: possible anchestor of @type or interface that @type
|
||||
* @type: type to check ancestry for
|
||||
* @is_a_type: possible ancestor of @type or interface that @type
|
||||
* could conform to
|
||||
*
|
||||
* If @is_a_type is a derivable type, check whether @type is a
|
||||
|
Loading…
Reference in New Issue
Block a user