2001-07-20 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 21 Jul 2001 06:02:09 +0000 (06:02 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 21 Jul 2001 06:02:09 +0000 (06:02 +0000)
* sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix.

sysdeps/mach/hurd/device-nrs.h

index 3edac10..ce441a5 100644 (file)
@@ -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 */