From b1495f07423a95bcaa1f14991a410089497317ba Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 14 Jun 2020 10:44:57 -0400 Subject: [PATCH] Commentary (#2423) --- include/verilatedos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/verilatedos.h b/include/verilatedos.h index 357ee8654..027276558 100644 --- a/include/verilatedos.h +++ b/include/verilatedos.h @@ -435,7 +435,7 @@ typedef unsigned long long vluint64_t; ///< 64-bit unsigned type // Performance counters /// The vluint64_t argument is loaded with a high-performance counter for profiling -/// or 0x0 if not implemeted on this platform +/// or 0x0 if not implemented on this platform #if defined(__i386__) || defined(__x86_64__) #define VL_RDTSC(val) \ { \