summaryrefslogtreecommitdiff
path: root/funcs/func_global.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_global.c')
-rw-r--r--funcs/func_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_global.c b/funcs/func_global.c
index 795ddaf61..4b5e0d659 100644
--- a/funcs/func_global.c
+++ b/funcs/func_global.c
@@ -70,7 +70,7 @@
<para>Implements a shared variable area, in which you may share variables between
channels.</para>
<para>The variables used in this space are separate from the general namespace of
- the channel and thus <variable>SHARED(foo)</variable> and <variable>foo</variable>
+ the channel and thus <variable>SHARED(foo)</variable> and <variable>foo</variable>
represent two completely different variables, despite sharing the same name.</para>
<para>Finally, realize that there is an inherent race between channels operating
at the same time, fiddling with each others' internal variables, which is why