Skip to content

Commit

Permalink
kernel: change TNAM for weak pointer objects
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 17, 2019
1 parent 5e331a1 commit 0b05733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/weakptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, "" }
};


Expand Down

0 comments on commit 0b05733

Please sign in to comment.