зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla bug 213158: fixed the misspelling of "attach". The patch is
contributed by Pierre Chanial <chanial@noos.fr>. Modified Files: pk11slot.c secmodt.h
This commit is contained in:
Родитель
e3431fb511
Коммит
c5f5509f3f
|
@ -2123,7 +2123,7 @@ PRBool PK11_HasRootCerts(PK11SlotInfo *slot) {
|
|||
return slot->hasRootCerts;
|
||||
}
|
||||
|
||||
/* Get the module this slot is attatched to */
|
||||
/* Get the module this slot is attached to */
|
||||
SECMODModule *
|
||||
PK11_GetModule(PK11SlotInfo *slot)
|
||||
{
|
||||
|
|
|
@ -77,7 +77,7 @@ struct SECMODModuleStr {
|
|||
void *functionList; /* The PKCS #11 function table */
|
||||
void *refLock; /* only used pk11db.c */
|
||||
int refCount; /* Module reference count */
|
||||
PK11SlotInfo **slots; /* array of slot points attatched to this mod*/
|
||||
PK11SlotInfo **slots; /* array of slot points attached to this mod*/
|
||||
int slotCount; /* count of slot in above array */
|
||||
PK11PreSlotInfo *slotInfo; /* special info about slots default settings */
|
||||
int slotInfoCount; /* count */
|
||||
|
|
Загрузка…
Ссылка в новой задаче