2001-07-20 Roland McGrath <roland@frob.com>

* sysdeps/mach/hurd/device-nrs.h: Comment fix, typo fix.
This commit is contained in:
Roland McGrath 2001-07-21 06:02:09 +00:00
parent 11c0b1e39b
commit 2abe0b543f
1 changed files with 2 additions and 2 deletions

View 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 */