Fix typo in comment.

The difference between "now" and "not" ends up being fairly dramatic.
This commit is contained in:
Carl Worth 2010-01-06 10:08:51 -08:00
parent 9d4d7963a1
commit bd72d95bac

View file

@ -344,7 +344,7 @@ add_files_recursive (notmuch_database_t *notmuch,
continue;
}
/* We're not looking at a regular file that doesn't yet exist
/* We're now looking at a regular file that doesn't yet exist
* in the database, so add it. */
next = talloc_asprintf (notmuch, "%s/%s", path, entry->d_name);