diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2023-08-14 12:03:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2023-08-14 12:03:13 +0000 |
commit | 0bbadf2698af7b69da02d87abae0a87924b3a56b (patch) | |
tree | 1d2fd3ac3daae82f07b14a64dec7e98f1926b022 /regress/sys/kern | |
parent | 3a307f43c91baf47f7219eaf5affb2695d832a17 (diff) |
unreferneced -> unreferenced
Diffstat (limited to 'regress/sys/kern')
-rw-r--r-- | regress/sys/kern/mount/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/mount/Makefile b/regress/sys/kern/mount/Makefile index b6a43775450..eb51810b916 100644 --- a/regress/sys/kern/mount/Makefile +++ b/regress/sys/kern/mount/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2020/12/16 23:10:48 bluhm Exp $ +# $OpenBSD: Makefile,v 1.9 2023/08/14 12:03:12 miod Exp $ # This regress test uses a vnd device to run mount and unmount. # All tests have to be run as root. @@ -75,7 +75,7 @@ run-unmount-busy: mount run-readonly-busy run-readonly-dangling: # Remounting a file system read-only that has dangling vnodes fails - # currently. It is marked as clean but has unreferneced files. + # currently. It is marked as clean but has unreferenced files. @echo DISABLED # Create a 1 GB vnd partition and fill the ffs file system it with |