Module Name: src
Committed By: andvar
Date: Sat Feb 1 22:53:01 UTC 2025
Modified Files:
src/sys/fs/puffs: puffs_msgif.c
Log Message:
s/furher/further/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/fs/puffs/puffs_msgif.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/fs/puffs/puffs_msgif.c
diff -u src/sys/fs/puffs/puffs_msgif.c:1.107 src/sys/fs/puffs/puffs_msgif.c:1.108
--- src/sys/fs/puffs/puffs_msgif.c:1.107 Fri Feb 9 22:08:37 2024
+++ src/sys/fs/puffs/puffs_msgif.c Sat Feb 1 22:53:00 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: puffs_msgif.c,v 1.107 2024/02/09 22:08:37 andvar Exp $ */
+/* $NetBSD: puffs_msgif.c,v 1.108 2025/02/01 22:53:00 andvar Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.107 2024/02/09 22:08:37 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.108 2025/02/01 22:53:00 andvar Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -655,7 +655,7 @@ puffs_msgif_getout(void *ctx, size_t max
DPRINTF(("puffs_getout: found park at %p, ", park));
- /* If it's a goner, don't process any furher */
+ /* If it's a goner, don't process any further */
if (park->park_flags & PARKFLAG_WAITERGONE) {
DPRINTF(("waitergone!\n"));
puffs_msgpark_release(park);