summaryrefslogtreecommitdiffstats
path: root/src/tellico_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tellico_debug.h')
-rw-r--r--src/tellico_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tellico_debug.h b/src/tellico_debug.h
index ea65518..08a4912 100644
--- a/src/tellico_debug.h
+++ b/src/tellico_debug.h
@@ -22,7 +22,7 @@
// std::clock_t
#include <ctime>
-// linux has __GNUC_PREREQ, NetBSD has __GNUC_PREQ__
+// linux has __GNUC_PREREQ, NetBSD has __GNUC_PREREQ__
#if defined(__GNUC_PREREQ) && !defined(__GNUC_PREREQ__)
#define __GNUC_PREREQ__ __GNUC_PREREQ
#endif