]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/checkpatch.pl
Fix some typos found by codespell
[mirror_qemu.git] / scripts / checkpatch.pl
index c9554ba644e1398152ccc981a0df2a1868d38dd7..c939a325bca965b3ce74bdce213def7e08715ea2 100755 (executable)
@@ -363,7 +363,7 @@ sub sanitise_line {
        for ($off = 1; $off < length($line); $off++) {
                $c = substr($line, $off, 1);
 
-               # Comments we are wacking completly including the begin
+               # Comments we are wacking completely including the begin
                # and end, all to $;.
                if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') {
                        $sanitise_quote = '*/';