aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 00:19:22 -0700
committerFuwn <[email protected]>2022-06-19 00:19:22 -0700
commit8648f8f575bc350dfc909964d2fe3090e468160b (patch)
tree21e41cb3feb8f2d4247b39140340a2eb90e5a0b5
parentchore(meson): optionalize clang-tidy (diff)
downloadtatl-8648f8f575bc350dfc909964d2fe3090e468160b.tar.xz
tatl-8648f8f575bc350dfc909964d2fe3090e468160b.zip
docs(macros): local context
-rw-r--r--include/tatl/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tatl/macros.h b/include/tatl/macros.h
index 2986b6b..aa8775d 100644
--- a/include/tatl/macros.h
+++ b/include/tatl/macros.h
@@ -46,7 +46,7 @@
\
int reference(void)
-/* Access the global Tatl macro context */
+/* Access the Tatl macro context */
#define TATL_CONTEXT __context
/* Evaluate two values' equality */