clarify comment
diff --git a/fips/rand/fips_drbg_ec.c b/fips/rand/fips_drbg_ec.c
index ccdab03..5734431 100644
--- a/fips/rand/fips_drbg_ec.c
+++ b/fips/rand/fips_drbg_ec.c
@@ -311,7 +311,7 @@
 			return 0;
 		}
 	else
-		/* Note if no additional input t and s the algorithm never
+		/* Note if no additional input the algorithm never
 		 * needs separate values for t and s.
 		 */
 		t = s;