From a610af810f388d490bc8d57de4b101ca447edaa0 Mon Sep 17 00:00:00 2001 From: resver Date: Fri, 21 Jan 2011 20:55:28 +0000 Subject: [PATCH] Fixed typo in a comment. git-svn-id: http://exfat.googlecode.com/svn/trunk@192 60bc1c72-a15a-11de-b98f-4500b42dc123 --- libexfat/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexfat/node.c b/libexfat/node.c index 965c12b..6cd905e 100644 --- a/libexfat/node.c +++ b/libexfat/node.c @@ -687,7 +687,7 @@ static int find_slot(struct exfat* ef, struct exfat_node* dir, else contiguous++; if (contiguous == subentries) - break; /* suitable slot it found */ + break; /* suitable slot is found */ if (fetch_next_entry(ef, dir, &it) != 0) { closedir(&it); -- 2.11.0