summaryrefslogtreecommitdiff
path: root/nss/lib/freebl/pqg.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/lib/freebl/pqg.h')
-rw-r--r--nss/lib/freebl/pqg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/lib/freebl/pqg.h b/nss/lib/freebl/pqg.h
index 097f360..c4eecd5 100644
--- a/nss/lib/freebl/pqg.h
+++ b/nss/lib/freebl/pqg.h
@@ -11,7 +11,7 @@
#ifndef _PQG_H_
#define _PQG_H_ 1
-/* PQG_GetLength returns the significant bytes in the SECItem object (that is
+/* PQG_GetLength returns the significant bytes in the SECItem object (that is
* the length of the object minus any leading zeros. Any SECItem may be used,
* though this function is usually used for P, Q, or G values */
unsigned int PQG_GetLength(const SECItem *obj);