summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/mach/hurd/device-nrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/device-nrs.h b/sysdeps/mach/hurd/device-nrs.h
index 3edac104ba..ce441a50f2 100644
--- a/sysdeps/mach/hurd/device-nrs.h
+++ b/sysdeps/mach/hurd/device-nrs.h
@@ -22,7 +22,7 @@
 
 #include <hurd/hurd_types.h>
 
-/* We cannot check whether a given device is a tty.  */
-#define DEV_TTY_P(statp) ((stap)->st_fstype == FSTYPE_TERM)
+/* Check whether a given device is a tty.  */
+#define DEV_TTY_P(statp) ((statp)->st_fstype == FSTYPE_TERM)
 
 #endif	/* device-nrs.h */