Module Name: src Committed By: msaitoh Date: Mon May 13 00:11:22 UTC 2024
Modified Files: src/sys/arch/sgimips/stand/sgivol: sgivol.c src/sys/nfs: nfs_vfsops.c Log Message: ficticious -> fictitious in comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sgimips/stand/sgivol/sgivol.c cvs rdiff -u -r1.245 -r1.246 src/sys/nfs/nfs_vfsops.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/sgimips/stand/sgivol/sgivol.c diff -u src/sys/arch/sgimips/stand/sgivol/sgivol.c:1.21 src/sys/arch/sgimips/stand/sgivol/sgivol.c:1.22 --- src/sys/arch/sgimips/stand/sgivol/sgivol.c:1.21 Fri Mar 28 15:00:53 2014 +++ src/sys/arch/sgimips/stand/sgivol/sgivol.c Mon May 13 00:11:22 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: sgivol.c,v 1.21 2014/03/28 15:00:53 christos Exp $ */ +/* $NetBSD: sgivol.c,v 1.22 2024/05/13 00:11:22 msaitoh Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ #if HAVE_NBTOOL_CONFIG_H #include "../../../../../sys/sys/bootblock.h" -/* Ficticious geometry for cross tool usage against a file image */ +/* Fictitious geometry for cross tool usage against a file image */ #define SGIVOL_NBTOOL_NSECS 32 #define SGIVOL_NBTOOL_NTRACKS 64 #else Index: src/sys/nfs/nfs_vfsops.c diff -u src/sys/nfs/nfs_vfsops.c:1.245 src/sys/nfs/nfs_vfsops.c:1.246 --- src/sys/nfs/nfs_vfsops.c:1.245 Tue Mar 21 15:47:46 2023 +++ src/sys/nfs/nfs_vfsops.c Mon May 13 00:11:22 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: nfs_vfsops.c,v 1.245 2023/03/21 15:47:46 christos Exp $ */ +/* $NetBSD: nfs_vfsops.c,v 1.246 2024/05/13 00:11:22 msaitoh Exp $ */ /* * Copyright (c) 1989, 1993, 1995 @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: nfs_vfsops.c,v 1.245 2023/03/21 15:47:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nfs_vfsops.c,v 1.246 2024/05/13 00:11:22 msaitoh Exp $"); #if defined(_KERNEL_OPT) #include "opt_nfs.h" @@ -81,7 +81,7 @@ extern struct nfsstats nfsstats; extern int nfs_ticks; /* - * keep a count of the nfs mounts to generate ficticious drive names + * keep a count of the nfs mounts to generate fictitious drive names * for the per drive stats. */ unsigned int nfs_mount_count = 0;