Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-11-18 22:05:19 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-11-18 22:05:19 +0300
commit65a62d9611003c8deb6387c928fccdee77e30a02 (patch)
tree7e447cffdf8c4635cfdc383a3ae395c7e36e2ef2 /README.md
parent5776effc9b72ffd3d0963aa2173661cc6c3c89c9 (diff)
Fix typo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2aff080..014399d5 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ It should be noted that tracy needs to calibrate its internal timers at each run
| 1 | 4194568 | 0.94 s | 1.003 s | +0.063 s |
| 2 | 5592822 | 1.034 s | 1.119 s | +0.085 s |
-In both scenarios the per-zone time cost is at ~15 ns. This is in line with the measured 8 ns single event collection time (each zone has to raport start and end event).
+In both scenarios the per-zone time cost is at ~15 ns. This is in line with the measured 8 ns single event collection time (each zone has to report start and end event).
## Usage instructions