Trivial comment fix.

This commit is contained in:
wtchang%redhat.com 2005-07-05 22:41:33 +00:00
parent d174d4c550
commit 14794607bc

View File

@ -63,7 +63,7 @@
static PRBool isLoggedIn = PR_FALSE;
static PRBool fatalError = PR_FALSE;
/* Fips required checks before any useful crypto graphic services */
/* FIPS required checks before any useful cryptographic services */
static CK_RV sftk_fipsCheck(void) {
if (isLoggedIn != PR_TRUE)
return CKR_USER_NOT_LOGGED_IN;