From 57816ba18d48abd9aa972efa51fc3820e334814e Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Wed, 7 Oct 2009 04:54:06 +0000 Subject: [PATCH] Fix comment. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3189 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/uio/io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/src/sc2code/libs/uio/io.c b/sc2/src/sc2code/libs/uio/io.c index d9258eac7..4fa332b23 100644 --- a/sc2/src/sc2code/libs/uio/io.c +++ b/sc2/src/sc2code/libs/uio/io.c @@ -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) {