| Index: nss/mozilla/security/nss/lib/pk11wrap/pk11merge.c
|
| ===================================================================
|
| --- nss/mozilla/security/nss/lib/pk11wrap/pk11merge.c (revision 55475)
|
| +++ nss/mozilla/security/nss/lib/pk11wrap/pk11merge.c (working copy)
|
| @@ -321,7 +321,7 @@
|
| * 1) the single byte overflows. On overflow we increment the next byte up
|
| * and so forth until we have overflowed the entire CKA_ID.
|
| * 2) If we overflow the entire CKA_ID we expand it by one byte.
|
| - * 3) the CKA_ID is non-existant, we create a new one with one byte.
|
| + * 3) the CKA_ID is non-existent, we create a new one with one byte.
|
| * This means no matter what CKA_ID is passed, the result of this function
|
| * is always a new CKA_ID, and this function will never return the same
|
| * CKA_ID the it has returned in the passed.
|
|
|