]> granicus.if.org Git - python/commitdiff
Typo
authorChristian Heimes <christian@python.org>
Sat, 24 Sep 2016 10:07:21 +0000 (12:07 +0200)
committerChristian Heimes <christian@python.org>
Sat, 24 Sep 2016 10:07:21 +0000 (12:07 +0200)
Modules/_ssl.c

index 4755c97d9573e414eb067c67652bc9158003f0ad..b1988570604db15819d63dbc52e3b6a107cfdfb7 100644 (file)
@@ -154,7 +154,7 @@ static int COMP_get_type(const COMP_METHOD *meth)
 {
     return meth->type;
 }
-/* LCOV_EXCL_END */
+/* LCOV_EXCL_STOP */
 #endif
 
 static pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx)