tool_main: fix typo in comment
The referred to library is NSPR, so fix the switched around characters.
This commit is contained in:
parent
beb1b1cb03
commit
4d680e4a8f
@ -214,7 +214,7 @@ static void main_free(struct GlobalConfig *config)
|
|||||||
convert_cleanup();
|
convert_cleanup();
|
||||||
#ifdef USE_NSS
|
#ifdef USE_NSS
|
||||||
if(PR_Initialized()) {
|
if(PR_Initialized()) {
|
||||||
/* prevent valgrind from reporting still reachable mem from NSRP arenas */
|
/* prevent valgrind from reporting still reachable mem from NSPR arenas */
|
||||||
PL_ArenaFinish();
|
PL_ArenaFinish();
|
||||||
/* prevent valgrind from reporting possibly lost memory (fd cache, ...) */
|
/* prevent valgrind from reporting possibly lost memory (fd cache, ...) */
|
||||||
PR_Cleanup();
|
PR_Cleanup();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user