]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/tun.c
tree-wide: Assorted spelling fixes
[mirror_ubuntu-bionic-kernel.git] / drivers / net / tun.c
index 2834a01bae24a9d3e410f342a291b160b43cee02..e572ecc09a443037919cb7bb8f43b684c525a55e 100644 (file)
@@ -1365,7 +1365,7 @@ static int tun_chr_close(struct inode *inode, struct file *file)
 
                __tun_detach(tun);
 
-               /* If desireable, unregister the netdevice. */
+               /* If desirable, unregister the netdevice. */
                if (!(tun->flags & TUN_PERSIST)) {
                        rtnl_lock();
                        if (dev->reg_state == NETREG_REGISTERED)