Fix comment.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3189 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-10-07 04:54:06 +00:00
parent 1c29a67fdc
commit 57816ba18d
+3 -3
View File
@@ -1033,9 +1033,9 @@ static inline void uio_EntriesContext_delete(uio_EntriesContext *entriesContext)
static inline void uio_EntriesContext_free(uio_EntriesContext
*entriesContext);
// The caller may modify the elements of dirHandle->names, but
// dirHandle->names itself, and the rest of the elements of dirHandle
// should be left alone, so that they will be freed by uio_DirList_free().
// The caller may modify the elements of the .names field of the result, but
// .names itself, and the rest of the elements of dirList should be left
// alone, so that they will be freed by uio_DirList_free().
uio_DirList *
uio_getDirList(uio_DirHandle *dirHandle, const char *path, const char *pattern,
match_MatchType matchType) {