aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-13 15:14:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-13 15:14:53 +0000
commitc51afc320b2242cfd91d59905b483492061f6a56 (patch)
tree5eb077a974cdab3802a008edd585984af46d76d6 /src/regex/regex_internal.h
parentc5a423356e33237ab0216b25d2aabb342a1eee15 (diff)
-stuff
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r--src/regex/regex_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h
index 493f017290..c25b938c30 100644
--- a/src/regex/regex_internal.h
+++ b/src/regex/regex_internal.h
@@ -45,7 +45,7 @@ extern "C"
/**
* Transition between two states. Transitions are stored at the states from
* which they origin ('from_state'). Each state can have 0-n transitions.
- * If label is 0, this is considered to be an epsilon transition.
+ * If label is NULL, this is considered to be an epsilon transition.
*/
struct GNUNET_REGEX_Transition
{