From 2abe0b543fed5e0f86f967192253cc558a08df2e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 21 Jul 2001 06:02:09 +0000 Subject: 2001-07-20 Roland McGrath * sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix. --- sysdeps/mach/hurd/device-nrs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/mach') 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 -/* 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 */ -- cgit v1.2.3