mirror of
https://github.com/curl/curl.git
synced 2026-05-16 06:56:19 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ static void main_free(struct GlobalConfig *config)
|
|||
convert_cleanup();
|
||||
#ifdef USE_NSS
|
||||
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();
|
||||
/* prevent valgrind from reporting possibly lost memory (fd cache, ...) */
|
||||
PR_Cleanup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue