OSDN Git Service

Fixed typo in a comment.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 21 Jan 2011 20:55:28 +0000 (20:55 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 21 Jan 2011 20:55:28 +0000 (20:55 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@192 60bc1c72-a15a-11de-b98f-4500b42dc123

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);