summaryrefslogtreecommitdiff
path: root/nss/lib/util/secport.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/lib/util/secport.h')
-rw-r--r--nss/lib/util/secport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/lib/util/secport.h b/nss/lib/util/secport.h
index 0f4b08f..fb9ff4e 100644
--- a/nss/lib/util/secport.h
+++ b/nss/lib/util/secport.h
@@ -72,8 +72,8 @@
* and does not use a lock to protect accesses. This makes it cheaper but
* less general. It is best used for arena pools that (a) are hot, (b) have
* lifetimes bounded within a single function, and (c) don't need locking.
- * Use PORT_InitArena() and PORT_DestroyArena() to initialize and finalize
- * PORTCheapArenaPools.
+ * Use PORT_InitCheapArena() and PORT_DestroyCheapArena() to initialize and
+ * finalize PORTCheapArenaPools.
*
* All the other PORT_Arena* functions will operate safely with either
* subclass.