[llvm] [bolt] Fix typos discovered by codespell (PR #124726)

Christian Clauss via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 02:38:05 PST 2025


================
@@ -1590,10 +1590,10 @@ void watchProcess() {
       break;
     }
 
-    if (++Ellapsed < __bolt_instr_sleep_time)
+    if (++Elapsed < __bolt_instr_sleep_time)
       continue;
 
-    Ellapsed = 0;
+    Elapsed = 0;
----------------
cclauss wrote:

Code change.  Careful review, please.

https://github.com/llvm/llvm-project/pull/124726


More information about the llvm-commits mailing list