diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 62c493d77..b61d5ad1d 100644 --- a/src/debug.h +++ b/src/debug.h @@ -72,7 +72,7 @@ const char *GetDebugString(); * Is the correct usage for multiple TIC() / TOC() calls. * * TIC() / TOC() creates it's own block, so make sure not the mangle - * it with an other block. + * it with another block. **/ #define TIC() {\ extern uint64 ottd_rdtsc();\ |