apparmor: Fix spelling of function name in comment block

'resouce' -> 'resource'

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2396
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Yang Li 2022-10-14 16:42:55 +08:00 committed by John Johansen
parent 37923d4321
commit d44c692350
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static int audit_resource(struct aa_profile *profile, unsigned int resource,
}
/**
* aa_map_resouce - map compiled policy resource to internal #
* aa_map_resource - map compiled policy resource to internal #
* @resource: flattened policy resource number
*
* Returns: resource # for the current architecture.