OSDN Git Service

Fix typo in a comment.
authorrelan <relan@users.noreply.github.com>
Fri, 21 Jan 2011 20:55:28 +0000 (20:55 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:13 +0000 (08:26 +0300)
libexfat/node.c

index 965c12b..6cd905e 100644 (file)
@@ -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);