summaryrefslogtreecommitdiffstats
path: root/tools/ContextGenerator.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ContextGenerator.php')
-rw-r--r--tools/ContextGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ContextGenerator.php b/tools/ContextGenerator.php
index 5a4f072..366ccb6 100644
--- a/tools/ContextGenerator.php
+++ b/tools/ContextGenerator.php
@@ -123,7 +123,7 @@ class ContextGenerator
$type = 1;
$value = trim($words[$i]);
- // Reserved keyword.
+ // Reserved keyword.
if (strstr($value, '(R)') !== false) {
$type |= 2;
$value = trim(str_replace('(R)', '', $value));