diff --git a/[refs] b/[refs] index 4936d18ca55c..8006050c3e99 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3c6fe77017bc6ce489f231c35fed3220b6691836 +refs/heads/master: ff3fc1736f1967b59801ab2cf6409fc6c8556b0a diff --git a/trunk/fs/ext4/mballoc.h b/trunk/fs/ext4/mballoc.h index dc99930d4cb5..47705f3285e3 100644 --- a/trunk/fs/ext4/mballoc.h +++ b/trunk/fs/ext4/mballoc.h @@ -175,7 +175,7 @@ struct ext4_allocation_context { /* the best found extent */ struct ext4_free_extent ac_b_ex; - /* copy of the bext found extent taken before preallocation efforts */ + /* copy of the best found extent taken before preallocation efforts */ struct ext4_free_extent ac_f_ex; /* number of iterations done. we have to track to limit searching */