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:
parent
eaa6a3c297
commit
5b68e0f7c4
@ -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 << '}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user