* [patch] typo
@ 2006-06-19 21:33 Ming Zhang
0 siblings, 0 replies; 6+ messages in thread
From: Ming Zhang @ 2006-06-19 21:33 UTC (permalink / raw)
To: linux-raid
Hi all
There are 2 small typos in md.4
Signed-Off-By Ming Zhang <mingz@ele.uri.edu>
md.4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- md.4.old 2006-06-19 16:35:46.000000000 -0400
+++ md.4 2006-06-19 16:36:30.000000000 -0400
@@ -100,8 +100,8 @@
.TP
RAID1
In some configurations it might be desired to create a raid1
-configuration that does use a superblock, and to maintain the state of
-the array elsewhere. While not encouraged for general us, it does
+configuration that does not use a superblock, and to maintain the state of
+the array elsewhere. While not encouraged for general use, it does
have special-purpose uses and is supported.
.SS LINEAR
^ permalink raw reply [flat|nested] 6+ messages in thread
* [patch]typo
@ 2006-07-26 13:06 Ming Zhang
0 siblings, 0 replies; 6+ messages in thread
From: Ming Zhang @ 2006-07-26 13:06 UTC (permalink / raw)
To: linux-xfs
A typo in xfs_fsr man page.
Ming
--- xfs_fsr.8.old 2006-07-26 09:05:06.000000000 -0400
+++ xfs_fsr.8 2006-07-26 09:05:38.000000000 -0400
@@ -107,7 +107,7 @@
file to a temporary location and then interchanging the data extents
of the target and temporary files in an atomic manner.
This method requires that enough free disk space be available to copy
-any given file and that the space be less fragmented then the original
+any given file and that the space be less fragmented than the original
file.
It also requires the owner of the file to have enough remaining
filespace quota to do the copy on systems running quotas.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] typo
@ 2008-07-14 16:30 Frederik Schwarzer
0 siblings, 0 replies; 6+ messages in thread
From: Frederik Schwarzer @ 2008-07-14 16:30 UTC (permalink / raw)
To: git; +Cc: gitster
>From ffa0baf13d033b3dc6b49e86ed3de9fb3003ec4e Mon Sep 17 00:00:00 2001
From: Frederik Schwarzer <schwarzerf@gmail.com>
Date: Mon, 14 Jul 2008 18:22:52 +0200
Subject: [PATCH] typo
full stop in the middle of the sentence
Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
---
git-svn.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-svn.perl b/git-svn.perl
index a366c89..8478ca6 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -4619,7 +4619,7 @@ sub migrate_from_v1 {
mkpath([$svn_dir]);
print STDERR "Data from a previous version of git-svn exists, but\n\t",
"$svn_dir\n\t(required for this version ",
- "($::VERSION) of git-svn) does not. exist\n";
+ "($::VERSION) of git-svn) does not exist.\n";
my ($fh, $ctx) = command_output_pipe(qw/rev-parse --symbolic --all/);
while (<$fh>) {
my $x = $_;
--
1.5.6.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] typo
@ 2011-02-23 0:31 Jim Rees
[not found] ` <20110223003157.GA8716-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Jim Rees @ 2011-02-23 0:31 UTC (permalink / raw)
To: Benny Halevy; +Cc: linux-nfs, peter honeyman
Signed-off-by: Jim Rees <rees@umich.edu>
---
fs/nfs/nfs4filelayout.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c
index 91fe4d0..e3e69d6 100644
--- a/fs/nfs/nfs4filelayout.c
+++ b/fs/nfs/nfs4filelayout.c
@@ -281,7 +281,7 @@ filelayout_check_layout(struct pnfs_layout_hdr *lo,
dprintk("--> %s\n", __func__);
if (fl->pattern_offset > lgr->range.offset) {
- dprintk("%s pattern_offset %lld to large\n",
+ dprintk("%s pattern_offset %lld too large\n",
__func__, fl->pattern_offset);
goto out;
}
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] typo
[not found] ` <20110223003157.GA8716-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
@ 2011-02-23 1:23 ` Benny Halevy
2011-02-23 4:41 ` Fred Isaman
0 siblings, 1 reply; 6+ messages in thread
From: Benny Halevy @ 2011-02-23 1:23 UTC (permalink / raw)
To: Jim Rees; +Cc: linux-nfs, peter honeyman, Fred Isaman
Thanks. merged.
Although it's not a critical fix, we should try to push it out
in one of the next submit waves.
Benny
On 2011-02-22 16:31, Jim Rees wrote:
> Signed-off-by: Jim Rees <rees@umich.edu>
> ---
> fs/nfs/nfs4filelayout.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c
> index 91fe4d0..e3e69d6 100644
> --- a/fs/nfs/nfs4filelayout.c
> +++ b/fs/nfs/nfs4filelayout.c
> @@ -281,7 +281,7 @@ filelayout_check_layout(struct pnfs_layout_hdr *lo,
> dprintk("--> %s\n", __func__);
>
> if (fl->pattern_offset > lgr->range.offset) {
> - dprintk("%s pattern_offset %lld to large\n",
> + dprintk("%s pattern_offset %lld too large\n",
> __func__, fl->pattern_offset);
> goto out;
> }
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] typo
2011-02-23 1:23 ` Benny Halevy
@ 2011-02-23 4:41 ` Fred Isaman
0 siblings, 0 replies; 6+ messages in thread
From: Fred Isaman @ 2011-02-23 4:41 UTC (permalink / raw)
To: Benny Halevy; +Cc: Jim Rees, linux-nfs, peter honeyman
On Tue, Feb 22, 2011 at 5:23 PM, Benny Halevy <bhalevy@panasas.com> wrote:
> Thanks. merged.
> Although it's not a critical fix, we should try to push it out
> in one of the next submit waves.
>
> Benny
>
Why in one of the waves? This is an upstream fix. Just send it to Trond.
Fred
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-02-23 4:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 16:30 [PATCH] typo Frederik Schwarzer
-- strict thread matches above, loose matches on Subject: below --
2011-02-23 0:31 Jim Rees
[not found] ` <20110223003157.GA8716-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
2011-02-23 1:23 ` Benny Halevy
2011-02-23 4:41 ` Fred Isaman
2006-07-26 13:06 [patch]typo Ming Zhang
2006-06-19 21:33 [patch] typo Ming Zhang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.