From 5752433420605202e143e42359f2a2d40fdb8973 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 8 Apr 2014 21:06:45 -0400 Subject: [PATCH] [libfko] minor comment re-wording --- lib/fko_client_timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fko_client_timeout.c b/lib/fko_client_timeout.c index 655bb217..58b988e9 100644 --- a/lib/fko_client_timeout.c +++ b/lib/fko_client_timeout.c @@ -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);