summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/static_assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/static_assert.h b/src/debug/static_assert.h
index e7f03d689..1a5f14cca 100644
--- a/src/debug/static_assert.h
+++ b/src/debug/static_assert.h
@@ -32,7 +32,7 @@
/**
* @file static_assert.h
*
- * Template class to check validity duing compile time (adapted from Loki).
+ * Template class to check validity during compilation time (adapted from Loki).
*
* @version 1.2, 2005/11/22
* @author Wu Yongwei