summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/grdev-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-terminal/grdev-internal.h')
-rw-r--r--src/libsystemd-terminal/grdev-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-terminal/grdev-internal.h b/src/libsystemd-terminal/grdev-internal.h
index ee182695ce..f455dd4172 100644
--- a/src/libsystemd-terminal/grdev-internal.h
+++ b/src/libsystemd-terminal/grdev-internal.h
@@ -60,7 +60,7 @@ enum {
};
struct grdev_tile {
- LIST_FIELDS(grdev_tile, childs_by_node);
+ LIST_FIELDS(grdev_tile, children_by_node);
grdev_tile *parent;
grdev_display *display;
@@ -79,7 +79,7 @@ struct grdev_tile {
} leaf;
struct {
- size_t n_childs;
+ size_t n_children;
LIST_HEAD(grdev_tile, child_list);
} node;
};