]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/boot.c
tree-wide: fix spelling errors
[thirdparty/systemd.git] / src / boot / efi / boot.c
index 7efe9425cde22753cd6e604d4daaa4482ddc17ee..380b530fd2765ae36026806fbe4a92b688ce57ae 100644 (file)
@@ -1201,7 +1201,7 @@ static VOID config_entry_parse_tries(
                         }
 
                         new_factor = factor * 10;
-                        if (new_factor < factor) /* overflow chck */
+                        if (new_factor < factor) /* overflow check */
                                 return;
 
                         factor = new_factor;