diff --git a/certexample.c b/certexample.c
index 6a9df3efacd48577abb96b844d3a72559b66e076..0ee84f1e4af52b345fae772b534cca29b8a08a5d 100644
--- a/certexample.c
+++ b/certexample.c
@@ -383,7 +383,7 @@ void read_csv(char *filename) {
 				san_validation = validate_san(site, cert);
 
 				/**
-				 * Don't ask how i wrote this huge bunch of if else conditions. I don't know myself!!
+				 * Domain name or wildcards tests, key size tests are performed in these if else
 				 */
 				if (domain_status == 0) {
 					if (san_validation == 0) {