diff options
author | Maximilian Szengel <gnunet@maxsz.de> | 2012-10-15 17:06:17 +0000 |
---|---|---|
committer | Maximilian Szengel <gnunet@maxsz.de> | 2012-10-15 17:06:17 +0000 |
commit | 0cbfe4d4b98355087c387124e6b852d06093a26e (patch) | |
tree | 8940b0c23afcc8138b0d13279f775fca6036f3cc /src/regex/regex_internal.h | |
parent | 745f5b00bd774fc723b644ccbea4284f5ac00771 (diff) |
renamed test_regex_big / fixes
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r-- | src/regex/regex_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h index 3e4d0ca0ed..49e5dd0221 100644 --- a/src/regex/regex_internal.h +++ b/src/regex/regex_internal.h @@ -142,7 +142,7 @@ struct GNUNET_REGEX_State int lowlink; /** - * Human readable name of the automaton. Used for debugging and graph + * Human readable name of the state. Used for debugging and graph * creation. */ char *name; |