aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2011-10-24 23:44:33 +0200
committerMemphiz <memphis@machzwo.de>2011-10-24 23:44:33 +0200
commitc5758bffe3ec59947df36e868b1d8cbdad9345c9 (patch)
tree83402a0c27e7a34a5e4201dd0bb6f7f7226a916c
parentddc620563c27cd2737fe1bd5c8aac7037e99a7c6 (diff)
[cosmetic] - fix comment
-rw-r--r--xbmc/filesystem/FileNFS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/filesystem/FileNFS.h b/xbmc/filesystem/FileNFS.h
index 4e45799c91..204441076d 100644
--- a/xbmc/filesystem/FileNFS.h
+++ b/xbmc/filesystem/FileNFS.h
@@ -100,7 +100,7 @@ private:
CCriticalSection keepAliveLock;
void clearMembers();
- bool getNewContext();//clear old nfs context and init new context
+ bool getNewContext();//init new context and add to open contexts map
void destroyOpenContexts();
void resolveHost(const CURL &url);//resolve hostname by dnslookup
void keepAlive(struct nfsfh *_pFileHandle);