]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ncpfs/ioctl.c
tree-wide: fix assorted typos all over the place
[net-next-2.6.git] / fs / ncpfs / ioctl.c
index 0d58caf4a6e1414e51ecd55b09dc11ebbb11beec..ec8f45f12e058ff7ee73869b2c1a425ce6f45f16 100644 (file)
@@ -835,7 +835,7 @@ static int ncp_ioctl_need_write(unsigned int cmd)
        case NCP_IOC_SETROOT:
                return 0;
        default:
-               /* unkown IOCTL command, assume write */
+               /* unknown IOCTL command, assume write */
                return 1;
        }
 }