diff mbox

UBI: fix trivial typo 'it' => 'is'

Message ID 1346449421-22067-1-git-send-email-computersforpeace@gmail.com
State Accepted
Commit 55393ba1bdedc5ded79b34b4cc08898a7776cddb
Headers show

Commit Message

Brian Norris Aug. 31, 2012, 9:43 p.m. UTC
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 drivers/mtd/ubi/attach.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Artem Bityutskiy Sept. 4, 2012, 7:20 a.m. UTC | #1
On Fri, 2012-08-31 at 14:43 -0700, Brian Norris wrote:
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> ---
>  drivers/mtd/ubi/attach.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed to linux-ubi, thanks!
diff mbox

Patch

diff --git a/drivers/mtd/ubi/attach.c b/drivers/mtd/ubi/attach.c
index da13215..f7adf53 100644
--- a/drivers/mtd/ubi/attach.c
+++ b/drivers/mtd/ubi/attach.c
@@ -79,7 +79,7 @@ 
  *     NAND), it is probably a PEB which was being erased when power cut
  *     happened, so this is corruption type 1. However, this is just a guess,
  *     which might be wrong.
- *   o Otherwise this it corruption type 2.
+ *   o Otherwise this is corruption type 2.
  */
 
 #include <linux/err.h>