diff --git a/src/unix/bsd/netbsdlike/netbsd/mod.rs b/src/unix/bsd/netbsdlike/netbsd/mod.rs
index b03cfdd9fbd39114baddd18e111662fcdf439abe..2f48aac5511f2ee8fd69e51fe687bc6a48d961df 100644
--- a/src/unix/bsd/netbsdlike/netbsd/mod.rs
+++ b/src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1907,9 +1907,9 @@ extern "C" {
     pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
     pub fn setutxent();
     pub fn endutxent();
-    // TODO: uncomment after utmp implementation
-    // pub fn getutmp(ux: *const utmpx, u: *mut utmp);
-    // pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
+// TODO: uncomment after utmp implementation
+// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
+// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
 }
 
 cfg_if! {