diff --git a/libc-test/build.rs b/libc-test/build.rs
index 518660bc4dea0e36722d0ec3eb7c00c99dfde2cf..2a113ac5b4bd734dd76b732fa03a9869d64efefb 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -2488,7 +2488,7 @@ fn test_linux(target: &str) {
             // structs.
             "termios2" => true,
 
-            // FIXME: remove once Ubuntu 20.04 LTS is released, somewhere in 2020.
+            // FIXME: remove once we set minimum supported glibc version.
             // ucontext_t added a new field as of glibc 2.28; our struct definition is
             // conservative and omits the field, but that means the size doesn't match for newer
             // glibcs (see https://github.com/rust-lang/libc/issues/1410)