Module Name:    src
Committed By:   martin
Date:           Sat Dec 30 13:09:24 UTC 2023

Modified Files:
        src/tests/fs/cd9660: t_high_ino_big_file.sh

Log Message:
PR 57803: fix typo in test title.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/cd9660/t_high_ino_big_file.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/cd9660/t_high_ino_big_file.sh
diff -u src/tests/fs/cd9660/t_high_ino_big_file.sh:1.4 src/tests/fs/cd9660/t_high_ino_big_file.sh:1.5
--- src/tests/fs/cd9660/t_high_ino_big_file.sh:1.4	Mon Jul  7 22:06:02 2014
+++ src/tests/fs/cd9660/t_high_ino_big_file.sh	Sat Dec 30 13:09:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: t_high_ino_big_file.sh,v 1.4 2014/07/07 22:06:02 pgoyette Exp $
+# $NetBSD: t_high_ino_big_file.sh,v 1.5 2023/12/30 13:09:24 martin Exp $
 #
 # Copyright (c) 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -69,7 +69,7 @@ mntpnt=""
 
 atf_test_case pr_kern_48787 cleanup
 pr_kern_48787_head() {
-	atf_set "descr" "Verifies 32bit overflow isssues from PR kern/48787 are fixed"
+	atf_set "descr" "Verifies 32bit overflow issues from PR kern/48787 are fixed"
 	atf_set "require.user" "root"
 	atf_set "require.progs" "rump_cd9660 bunzip2 stat"
 	atf_set "timeout" 6000

Reply via email to