linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 10/12] trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/
       [not found] <1401883430-19492-1-git-send-email-ao2@ao2.it>
@ 2014-06-04 12:03 ` Antonio Ospite
  0 siblings, 0 replies; only message in thread
From: Antonio Ospite @ 2014-06-04 12:03 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Antonio Ospite, Chris Mason, Josef Bacik, linux-btrfs

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Chris Mason <clm@fb.com>
Cc: Josef Bacik <jbacik@fb.com>
Cc: linux-btrfs@vger.kernel.org
---
 fs/btrfs/ioctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index 2f6d7b1..b0a206f 100644
--- a/fs/btrfs/ioctl.c
+++ b/fs/btrfs/ioctl.c
@@ -3051,11 +3051,11 @@ process_slot:
 				 * | ------------- extent ------------- |
 				 */
 
-				/* substract range b */
+				/* subtract range b */
 				if (key.offset + datal > off + len)
 					datal = off + len - key.offset;
 
-				/* substract range a */
+				/* subtract range a */
 				if (off > key.offset) {
 					datao += off - key.offset;
 					datal -= off - key.offset;
-- 
2.0.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-04 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1401883430-19492-1-git-send-email-ao2@ao2.it>
2014-06-04 12:03 ` [PATCH 10/12] trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/ Antonio Ospite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).