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, "" } };