Change "znc" to "ZNC".

This commit is contained in:
Alexey Sokolov
2011-09-04 18:04:07 +07:00
parent 3fe70390f5
commit d252a2b4e2
10 changed files with 20 additions and 17 deletions

View File

@@ -1100,7 +1100,7 @@ ModHandle CModules::OpenModule(const CString& sModule, const CString& sModPath,
// that (despite what the man page says) we must include either of
// RTLD_NOW and RTLD_LAZY and either of RTLD_GLOBAL and RTLD_LOCAL.
//
// RTLD_NOW vs. RTLD_LAZY: We use RTLD_NOW to avoid znc dying due to
// RTLD_NOW vs. RTLD_LAZY: We use RTLD_NOW to avoid ZNC dying due to
// failed symbol lookups later on. Doesn't really seem to have much of a
// performance impact.
//