[libfko] minor comment re-wording

This commit is contained in:
Michael Rash
2014-04-08 21:06:45 -04:00
parent d327f99efb
commit 5752433420
+1 -1
View File
@@ -43,7 +43,7 @@ fko_set_spa_client_timeout(fko_ctx_t ctx, const int timeout)
if(!CTX_INITIALIZED(ctx))
return FKO_ERROR_CTX_NOT_INITIALIZED;
/* Gotta have a valid string.
/* The timeout should not be negative
*/
if(timeout < 0)
return(FKO_ERROR_INVALID_DATA_CLIENT_TIMEOUT_NEGATIVE);