All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: design: Fix typo
@ 2019-07-30 12:36 Sheriff Esseson
  2019-07-30 14:41 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Sheriff Esseson @ 2019-07-30 12:36 UTC (permalink / raw)
  To: linux-xfs; +Cc: Darrick J. Wong

Replace "possible" with "possibly" and improve the flow of the phrase.

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---
 design/XFS_Filesystem_Structure/overview.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 design/XFS_Filesystem_Structure/overview.asciidoc

diff --git a/design/XFS_Filesystem_Structure/overview.asciidoc b/design/XFS_Filesystem_Structure/overview.asciidoc
old mode 100644
new mode 100755
index d15b50a..7628a7d
--- a/design/XFS_Filesystem_Structure/overview.asciidoc
+++ b/design/XFS_Filesystem_Structure/overview.asciidoc
@@ -28,7 +28,7 @@ record.  Both forks associate a logical offset with an extent of physical
 blocks, which makes sparse files and directories possible.  Directory entries
 and extended attributes are contained inside a second-level data structure
 within the blocks that are mapped by the forks.  This structure consists of
-variable-length directory or attribute records and possible a second B+tree to
+variable-length directory or attribute records and, possibly, a second B+tree to
 index these records.
 
 XFS employs a journalling log in which metadata changes are collected so that
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfs: design: Fix typo
  2019-07-30 12:36 [PATCH] xfs: design: Fix typo Sheriff Esseson
@ 2019-07-30 14:41 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2019-07-30 14:41 UTC (permalink / raw)
  To: Sheriff Esseson; +Cc: linux-xfs

On Tue, Jul 30, 2019 at 01:36:48PM +0100, Sheriff Esseson wrote:
> Replace "possible" with "possibly" and improve the flow of the phrase.
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
>  design/XFS_Filesystem_Structure/overview.asciidoc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  mode change 100644 => 100755 design/XFS_Filesystem_Structure/overview.asciidoc
> 
> diff --git a/design/XFS_Filesystem_Structure/overview.asciidoc b/design/XFS_Filesystem_Structure/overview.asciidoc
> old mode 100644
> new mode 100755
> index d15b50a..7628a7d
> --- a/design/XFS_Filesystem_Structure/overview.asciidoc
> +++ b/design/XFS_Filesystem_Structure/overview.asciidoc
> @@ -28,7 +28,7 @@ record.  Both forks associate a logical offset with an extent of physical
>  blocks, which makes sparse files and directories possible.  Directory entries
>  and extended attributes are contained inside a second-level data structure
>  within the blocks that are mapped by the forks.  This structure consists of
> -variable-length directory or attribute records and possible a second B+tree to
> +variable-length directory or attribute records and, possibly, a second B+tree to
>  index these records.
>  
>  XFS employs a journalling log in which metadata changes are collected so that
> -- 
> 2.22.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-30 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 12:36 [PATCH] xfs: design: Fix typo Sheriff Esseson
2019-07-30 14:41 ` Darrick J. Wong

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.