]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/core/link_watch.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / net / core / link_watch.c
index 01a1101b5936a7d4b87a3542fe0c9192c550b717..a7b3421318696e0e8dc596f19658774810f44a59 100644 (file)
@@ -129,7 +129,7 @@ static void linkwatch_schedule_work(int urgent)
        if (!cancel_delayed_work(&linkwatch_work))
                return;
 
-       /* Otherwise we reschedule it again for immediate exection. */
+       /* Otherwise we reschedule it again for immediate execution. */
        schedule_delayed_work(&linkwatch_work, 0);
 }