From: Roland McGrath Date: Sat, 21 Jul 2001 06:02:09 +0000 (+0000) Subject: 2001-07-20 Roland McGrath X-Git-Tag: cvs/glibc-2_2_4~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abe0b543fed5e0f86f967192253cc558a08df2e;p=thirdparty%2Fglibc.git 2001-07-20 Roland McGrath * sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix. --- diff --git a/sysdeps/mach/hurd/device-nrs.h b/sysdeps/mach/hurd/device-nrs.h index 3edac104ba4..ce441a50f2e 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 */