All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext2: comment typo fix
@ 2012-11-14  5:36 Anders Lind
  2012-12-04  5:22 ` [PATCH] trival typo fix. " Anders Lind
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Lind @ 2012-11-14  5:36 UTC (permalink / raw)
  To: linux-fsdevel

diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c
index 6363ac6..4f228cd 100644
--- a/fs/ext2/inode.c
+++ b/fs/ext2/inode.c
@@ -363,7 +363,7 @@ ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks,
         * then it's clear blocks on that path have not allocated
         */
        if (k > 0) {
-               /* right now don't hanel cross boundary allocation */
+               /* right now don't handle cross boundary allocation */
                if (blks < blocks_to_boundary + 1)
                        count += blks;
                else

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

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

* [PATCH] trival typo fix. ext2: comment typo fix
  2012-11-14  5:36 [PATCH] ext2: comment typo fix Anders Lind
@ 2012-12-04  5:22 ` Anders Lind
  0 siblings, 0 replies; 2+ messages in thread
From: Anders Lind @ 2012-12-04  5:22 UTC (permalink / raw)
  To: linux-fsdevel




diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c
index 6363ac6..4f228cd 100644
--- a/fs/ext2/inode.c
+++ b/fs/ext2/inode.c
@@ -363,7 +363,7 @@ ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks,
         * then it's clear blocks on that path have not allocated
         */
        if (k > 0) {
-               /* right now don't hanel cross boundary allocation */
+              /* right now don't handle cross boundary allocation */
                if (blks < blocks_to_boundary + 1)
                        count += blks;
                else

Anders

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

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

end of thread, other threads:[~2012-12-04  5:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-14  5:36 [PATCH] ext2: comment typo fix Anders Lind
2012-12-04  5:22 ` [PATCH] trival typo fix. " Anders Lind

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.