summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r--usr.sbin/ngctl/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/types.c b/usr.sbin/ngctl/types.c
index b7be6aa..472933e 100644
--- a/usr.sbin/ngctl/types.c
+++ b/usr.sbin/ngctl/types.c
@@ -83,7 +83,7 @@ TypesCmd(int ac, char **av)
}
for (k = 0; k < tlist->numtypes; k++) {
struct typeinfo *const ti = &tlist->typeinfo[k];
- printf("%15s %5d\n", ti->typename, ti->numnodes);
+ printf("%15s %5d\n", ti->type_name, ti->numnodes);
}
/* Done */
OpenPOWER on IntegriCloud