diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zfs-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh index 3208b8df2..c4db08d78 100755 --- a/scripts/zfs-tests.sh +++ b/scripts/zfs-tests.sh @@ -482,7 +482,7 @@ if [ -x "$STF_PATH/setenforce" ]; then fi # -# Enable interal ZFS debug log and clear it. +# Enable internal ZFS debug log and clear it. # if [ -e /sys/module/zfs/parameters/zfs_dbgmsg_enable ]; then sudo /bin/sh -c "echo 1 >/sys/module/zfs/parameters/zfs_dbgmsg_enable" |