From 0b057338256ce3f80ec7f3f3d1582d47ab0bd536 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 16 Oct 2019 12:35:28 +0200 Subject: [PATCH] kernel: change TNAM for weak pointer objects --- src/weakptr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/weakptr.c b/src/weakptr.c index 04fbda8ef5..e13ce16da3 100644 --- a/src/weakptr.c +++ b/src/weakptr.c @@ -811,8 +811,8 @@ static void LoadWPObj(Obj wpobj) *V BagNames . . . . . . . . . . . . . . . . . . . . . . . list of bag names */ static StructBagNames BagNames[] = { - { T_WPOBJ, "object (weakptr)" }, - { -1, "" } + { T_WPOBJ, "weak pointer object" }, + { -1, "" } };