Module Name:    src
Committed By:   andvar
Date:           Mon Feb 24 22:10:51 UTC 2025

Modified Files:
        src/lib/libc/stdio: funopen.3
        src/sbin/fdisk: fdisk.c

Log Message:
s/sightly/slightly/ and s/sligtly/slightly/ in documentation and comment.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdio/funopen.3
cvs rdiff -u -r1.162 -r1.163 src/sbin/fdisk/fdisk.c

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

Modified files:

Index: src/lib/libc/stdio/funopen.3
diff -u src/lib/libc/stdio/funopen.3:1.26 src/lib/libc/stdio/funopen.3:1.27
--- src/lib/libc/stdio/funopen.3:1.26	Sun Oct 13 14:56:30 2024
+++ src/lib/libc/stdio/funopen.3	Mon Feb 24 22:10:51 2025
@@ -1,4 +1,4 @@
-.\"	$NetBSD: funopen.3,v 1.26 2024/10/13 14:56:30 rillig Exp $
+.\"	$NetBSD: funopen.3,v 1.27 2025/02/24 22:10:51 andvar Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -92,7 +92,7 @@ close the new stream.
 .Pp
 The
 .Fn funopen2
-function provides sightly different read and write signatures, which match
+function provides slightly different read and write signatures, which match
 the corresponding system calls better, plus the ability to augment the
 stream's default flushing function.
 If a flushing function is provided, it is called after all data has

Index: src/sbin/fdisk/fdisk.c
diff -u src/sbin/fdisk/fdisk.c:1.162 src/sbin/fdisk/fdisk.c:1.163
--- src/sbin/fdisk/fdisk.c:1.162	Fri Jan  3 16:16:14 2025
+++ src/sbin/fdisk/fdisk.c	Mon Feb 24 22:10:51 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: fdisk.c,v 1.162 2025/01/03 16:16:14 rillig Exp $ */
+/*	$NetBSD: fdisk.c,v 1.163 2025/02/24 22:10:51 andvar Exp $ */
 
 /*
  * Mach Operating System
@@ -39,7 +39,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: fdisk.c,v 1.162 2025/01/03 16:16:14 rillig Exp $");
+__RCSID("$NetBSD: fdisk.c,v 1.163 2025/02/24 22:10:51 andvar Exp $");
 #endif /* not lint */
 
 #define MBRPTYPENAMES
@@ -1546,7 +1546,7 @@ configure_bootsel(daddr_t default_ptn)
 	printf("\nBoot selector configuration:\n");
 
 	/* The timeout value is in ticks, ~18.2 Hz. Avoid using floats.
-	 * Ticks are nearly 64k/3600 - so our long timers are sligtly out!
+	 * Ticks are nearly 64k/3600 - so our long timers are slightly out!
 	 * Newer bootcode always waits for 1 tick, so treats 0xffff
 	 * as wait forever.
 	 */

Reply via email to