Module Name:    src
Committed By:   tsutsui
Date:           Fri Oct 13 16:10:24 UTC 2023

Modified Files:
        src/sys/arch/luna68k/stand/boot: ufs_disksubr.c

Log Message:
Fix typo.  From OpenBSD/luna88k.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/luna68k/stand/boot/ufs_disksubr.c

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

Modified files:

Index: src/sys/arch/luna68k/stand/boot/ufs_disksubr.c
diff -u src/sys/arch/luna68k/stand/boot/ufs_disksubr.c:1.6 src/sys/arch/luna68k/stand/boot/ufs_disksubr.c:1.7
--- src/sys/arch/luna68k/stand/boot/ufs_disksubr.c:1.6	Mon May 17 19:31:38 2021
+++ src/sys/arch/luna68k/stand/boot/ufs_disksubr.c	Fri Oct 13 16:10:24 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: ufs_disksubr.c,v 1.6 2021/05/17 19:31:38 mrg Exp $	*/
+/*	$NetBSD: ufs_disksubr.c,v 1.7 2023/10/13 16:10:24 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -85,7 +85,7 @@
 
 /*
  * Attempt to read a disk label from a device
- * using the indicated stategy routine.
+ * using the indicated strategy routine.
  * The label must be partly set up before this:
  * secpercyl and anything required in the strategy routine
  * (e.g., sector size) must be filled in before calling us.

Reply via email to