aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-21 06:02:09 +0000
committerRoland McGrath <roland@gnu.org>2001-07-21 06:02:09 +0000
commit2abe0b543fed5e0f86f967192253cc558a08df2e (patch)
tree3df88ae78cf30fd8ba301e6d55756652eede42b7 /sysdeps
parent11c0b1e39ba31c9ab2731dcd846e2335f778a82e (diff)
downloadglibc-2abe0b543fed5e0f86f967192253cc558a08df2e.tar
glibc-2abe0b543fed5e0f86f967192253cc558a08df2e.tar.gz
glibc-2abe0b543fed5e0f86f967192253cc558a08df2e.tar.bz2
glibc-2abe0b543fed5e0f86f967192253cc558a08df2e.zip
2001-07-20 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix.
Diffstat (limited to 'sysdeps')
-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 */