diff options
| -rw-r--r-- | include/tatl/macros.h | 2 |
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 */ |