diff options
author | Gauvain Dauchy <gauvain@Evil.local> | 2014-12-08 06:13:15 +0200 |
---|---|---|
committer | Gauvain Dauchy <gauvain@Evil.local> | 2014-12-08 06:13:15 +0200 |
commit | ec10379f79846d794a19baea1e57812e203bc539 (patch) | |
tree | 91188f41b98ec50cd9a9855977db4b1f25b9b2bc /src/debug/static_assert.h | |
parent | e84d6f43e7cff59f4a9e24cd458bb4583b019708 (diff) | |
download | plus-ec10379f79846d794a19baea1e57812e203bc539.tar.gz plus-ec10379f79846d794a19baea1e57812e203bc539.tar.bz2 plus-ec10379f79846d794a19baea1e57812e203bc539.tar.xz plus-ec10379f79846d794a19baea1e57812e203bc539.zip |
Fixed some typos.
Diffstat (limited to 'src/debug/static_assert.h')
-rw-r--r-- | src/debug/static_assert.h | 2 |
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 |