From d3977199c5b35c30e6dc54c2a2cac1fda072f374 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 23 Dec 2010 15:58:40 +0100 Subject: [PATCH] Fix typos in messages and manual pages. --- lib/libfsid/libfsid.3 | 2 +- sys/dev/disk/mps/mps_sas.c | 2 +- sys/vfs/nfs/nfs_serv.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libfsid/libfsid.3 b/lib/libfsid/libfsid.3 index d631500304..72b235cea4 100644 --- a/lib/libfsid/libfsid.3 +++ b/lib/libfsid/libfsid.3 @@ -68,7 +68,7 @@ Most functions use the parameter .Fa dev for specifying the full path of the device and some of them have an additional .Fa fs_name -parameter wich is the name of the chosen filesystem. +parameter which is the name of the chosen filesystem. It can be: .Bl -tag -width ".Li MSDOSFS" -offset indent .It Li HAMMER diff --git a/sys/dev/disk/mps/mps_sas.c b/sys/dev/disk/mps/mps_sas.c index 668cf9d996..1e50f55d34 100644 --- a/sys/dev/disk/mps/mps_sas.c +++ b/sys/dev/disk/mps/mps_sas.c @@ -480,7 +480,7 @@ mpssas_prepare_remove(struct mpssas_softc *sassc, MPI2_EVENT_SAS_TOPO_PHY_ENTRY sc = sassc->sc; cm = mps_alloc_command(sc); if (cm == NULL) { - mps_printf(sc, "comand alloc failure in mpssas_prepare_remove\n"); + mps_printf(sc, "command alloc failure in mpssas_prepare_remove\n"); return; } diff --git a/sys/vfs/nfs/nfs_serv.c b/sys/vfs/nfs/nfs_serv.c index b2775ddfa3..2d5d2438f3 100644 --- a/sys/vfs/nfs/nfs_serv.c +++ b/sys/vfs/nfs/nfs_serv.c @@ -136,7 +136,7 @@ SYSCTL_INT(_vfs_nfs, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0, static int nfs_commit_blks; static int nfs_commit_miss; SYSCTL_INT(_vfs_nfs, OID_AUTO, commit_blks, CTLFLAG_RW, &nfs_commit_blks, 0, - "Number of commited blocks"); + "Number of committed blocks"); SYSCTL_INT(_vfs_nfs, OID_AUTO, commit_miss, CTLFLAG_RW, &nfs_commit_miss, 0, "Number of nfs blocks committed from dirty buffers"); -- 2.41.0