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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 16:59:32 PST 2025


================
@@ -1560,7 +1560,7 @@ __bolt_instr_data_dump(int FD) {
 /// at user-specified intervals
 void watchProcess() {
   timespec ts, rem;
-  uint64_t Ellapsed = 0ull;
+  uint64_t Elapsed = 0ull;
----------------
dcci wrote:

If it passes CI, this is fine.

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


More information about the llvm-commits mailing list