浏览代码

Fix typo.

Jeroen van Rijn 4 年之前
父节点
当前提交
e5652da6da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/core/hash/test_core_hash.odin

+ 1 - 1
tests/core/hash/test_core_hash.odin

@@ -79,7 +79,7 @@ benchmark_xxhash64 :: proc(options: ^time.Benchmark_Options, allocator := contex
 }
 
 benchmark_print :: proc(name: string, options: ^time.Benchmark_Options) {
-    fmt.printf("\t[%v] %v rounds, %v bytes procesed in %v ns\n\t\t%5.3f rounds/s, %5.3f MiB/s\n",
+    fmt.printf("\t[%v] %v rounds, %v bytes processed in %v ns\n\t\t%5.3f rounds/s, %5.3f MiB/s\n",
         name,
         options.rounds,
         options.processed,