typo flags => flag

This commit is contained in:
rsc 2005-01-04 21:27:02 +00:00
parent 100d566802
commit 30968c3fe9

View file

@ -67,7 +67,7 @@ isecho(int fd)
if(debug) fprint(2, "israw %c%c\n", if(debug) fprint(2, "israw %c%c\n",
ttmode.c_lflag&ICANON ? 'c' : '-', ttmode.c_lflag&ICANON ? 'c' : '-',
ttmode.c_lflag&ECHO ? 'e' : '-'); ttmode.c_lflag&ECHO ? 'e' : '-');
return (ttmode.c_lflag&ICANON && ttmode.c_lflags&ECHO); return (ttmode.c_lflag&ICANON && ttmode.c_lflag&ECHO);
} }
int int