From 905fac3dbba6ae065cce2708b91959d9609f12f4 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Mon, 13 May 2024 00:11:22 +0000 Subject: [PATCH] ficticious -> fictitious in comment. --- sys/arch/sgimips/stand/sgivol/sgivol.c | 4 ++-- sys/nfs/nfs_vfsops.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/arch/sgimips/stand/sgivol/sgivol.c b/sys/arch/sgimips/stand/sgivol/sgivol.c index 5caa2915f517..9fa116d7122a 100644 --- a/sys/arch/sgimips/stand/sgivol/sgivol.c +++ b/sys/arch/sgimips/stand/sgivol/sgivol.c @@ -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 diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index f3f8fabdce31..9eddecf2cce6 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -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 -__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;