acl: fix an erroneous method name in comments

This commit is contained in:
Pavel Korotkov 2020-07-07 18:17:50 +03:00
parent 1dd4d48b5f
commit ec4fb22e30

View file

@ -238,7 +238,7 @@ func (s EACLTargetWrapper) SetKeyList(v [][]byte) {
}
}
// KeyList returns casted result of Operation field getter.
// OperationType returns casted result of Operation field getter.
//
// If record is not initialized, 0 returns.
//