diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zpios.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zpios.sh b/scripts/zpios.sh index a5599a6d8..0fcb88d4b 100755 --- a/scripts/zpios.sh +++ b/scripts/zpios.sh @@ -229,7 +229,7 @@ fi check_test || die "${ERROR}" . ${ZPIOS_TEST} -# Pull in the zpios test module is not loaded. If this fails it is +# Pull in the zpios test module if not loaded. If this fails, it is # likely because the full module stack was not yet loaded with zfs.sh if check_modules; then if ! load_modules; then |