2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

Fix comment about what state information is being dumped

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen 2010-11-11 16:06:52 -08:00
parent eaa6a3c297
commit 5b68e0f7c4

View File

@ -1410,7 +1410,7 @@ State() : label (0), audit(0), accept(0), cases() { }
ostream& operator<<(ostream& os, const State& state)
{
/* currently just dump the state ptr */
/* dump the state label */
os << '{';
os << state.label;
os << '}';