diff --git a/usr/src/ucbhead/sys/ioctl.h b/usr/src/ucbhead/sys/ioctl.h index f6fbbd805754..76089a6d4932 100644 --- a/usr/src/ucbhead/sys/ioctl.h +++ b/usr/src/ucbhead/sys/ioctl.h @@ -47,7 +47,7 @@ * will be System V mode and all the BSD flags will be turned off * using #ifdef BSD_COMP. This file will also exist in * /usr/ucbinclude/sys/ioctl.h for BSD applications but without the - * BSD flags turned off. System V appliactions can use ioctl.h without + * BSD flags turned off. System V applications can use ioctl.h without * any changes, System V applications requiring BSD flags should * -D BSD_COMP when compiling (and be warned about the common * flags between System V and BSD) and BSD applications should diff --git a/usr/src/uts/common/sys/ioctl.h b/usr/src/uts/common/sys/ioctl.h index 69a6b53dcd73..2728f79c7b08 100644 --- a/usr/src/uts/common/sys/ioctl.h +++ b/usr/src/uts/common/sys/ioctl.h @@ -40,11 +40,11 @@ extern "C" { * BSD flags into this file creates compilation problems * with flags such as ECHO, NL1 etc., if termio.h and ioctl.h * are included by the same file. Since these two files can - * be only included by System V applications, /usr/inclule/sys/ioctl.h + * be only included by System V applications, /usr/include/sys/ioctl.h * will be System V mode and all the BSD flags will be turned off * using #ifdef BSD_COMP. This file will also exist in * /usr/ucbinclude/sys/ioctl.h for BSD applications but without the - * BSD flags turned off. System V appliactions can use ioctl.h without + * BSD flags turned off. System V applications can use ioctl.h without * any changes, System V applications requiring BSD flags should * -D BSD_COMP when compiling (and be warned about the common * flags between System V and BSD) and BSD applications should