Update comment (#4371)

diff --git a/tests/wycheproof/test_rsa.py b/tests/wycheproof/test_rsa.py
index b8f2e19..9de4bc5 100644
--- a/tests/wycheproof/test_rsa.py
+++ b/tests/wycheproof/test_rsa.py
@@ -42,8 +42,8 @@
 @pytest.mark.supported(
     only_if=lambda backend: (
         # TODO: this also skips on LibreSSL, which is ok for now, since these
-        # don't pass on Libre, but we'll need to fix this after they resolve
-        # it.
+        # don't pass on Libre, but we'll need to fix this when LibreSSL 2.8 is
+        # released.
         not backend._lib.CRYPTOGRAPHY_OPENSSL_LESS_THAN_102
     ),
     skip_message=(