Signed-off-by: Antonio Ospite <a...@ao2.it>
Cc: Chris Mason <c...@fb.com>
Cc: Josef Bacik <jba...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to