Fix typo in testrelpol comment

This commit is contained in:
Eirikr Hinngart 2025-05-17 00:49:28 -07:00
parent 4db99f4012
commit bf9f637ca8

2
minix/tests/testrelpol.sh Executable file → Normal file
View File

@ -27,7 +27,7 @@
#
# 2. define the following shell function:
# pol_<policyname>() {}
# - it will recieve the following parameters:
# - it will receive the following parameters:
# + service filename as $1 : the full path to the proc entry
# + label as $2 : the service label
# - which prints 'ok' on success, 'not ok' on failure.