From 733584cdd913ff59222492bb801ac16baf16f873 Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Wed, 16 Mar 2005 19:02:04 +0000 Subject: [PATCH] Bugzilla Bug 286298: comment formatting changes only. Modified Files: pkcs11i.h pkcs11u.c --- security/nss/lib/softoken/pkcs11i.h | 2 +- security/nss/lib/softoken/pkcs11u.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/nss/lib/softoken/pkcs11i.h b/security/nss/lib/softoken/pkcs11i.h index 1b1f45094059..455f3f5e5e72 100644 --- a/security/nss/lib/softoken/pkcs11i.h +++ b/security/nss/lib/softoken/pkcs11i.h @@ -58,7 +58,7 @@ #define PKCS11_USE_THREADS /* set to true of you are need threads */ /* - * Attribute Allocation strategy is static allocation: + * The attribute allocation strategy is static allocation: * Attributes are pre-allocated as part of the session object and used from * the object array. */ diff --git a/security/nss/lib/softoken/pkcs11u.c b/security/nss/lib/softoken/pkcs11u.c index 3d350c6434db..17fc3fdd8c35 100644 --- a/security/nss/lib/softoken/pkcs11u.c +++ b/security/nss/lib/softoken/pkcs11u.c @@ -69,10 +69,10 @@ pk11_NewAttribute(PK11Object *object, PORT_Assert(0); } /* - * We attempt to keep down contention on Malloc and Arena locks - * by limiting the number of these calls on high traversed paths. this - * is done for attributes by 'allocating' them from a pool already allocated - * by the parent object. + * We attempt to keep down contention on Malloc and Arena locks by + * limiting the number of these calls on high traversed paths. This + * is done for attributes by 'allocating' them from a pool already + * allocated by the parent object. */ PK11_USE_THREADS(PZ_Lock(so->attributeLock);) index = so->nextAttr++;