aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp_state_hdlr.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
committerSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
commit6e74ad909766c7812417a09b1e691622e4dfa643 (patch)
tree83dc57e30eb921cdebcfc8f4feceb3e8a0165ed6 /epan/sigcomp_state_hdlr.c
parent9e1d1e0e1338397a279fc4bc01038d9864a31a2f (diff)
Adress => Address corrections (also in comments).
(see bug 5600) svn path=/trunk/; revision=35600
Diffstat (limited to 'epan/sigcomp_state_hdlr.c')
-rw-r--r--epan/sigcomp_state_hdlr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/sigcomp_state_hdlr.c b/epan/sigcomp_state_hdlr.c
index bc783b3d3c..8c22ee070e 100644
--- a/epan/sigcomp_state_hdlr.c
+++ b/epan/sigcomp_state_hdlr.c
@@ -744,7 +744,7 @@ int udvm_state_access(tvbuff_t *tvb, proto_tree *tree,guint8 *buff,guint16 p_id_
* p-id_length = Partial state identifier length
* state_begin = Where to start to read state from
* state_length = Length of state
- * state_adress = Address where to store the state in the buffer(buff)
+ * state_address = Address where to store the state in the buffer(buff)
* state_instruction =
* FALSE = Indicates that state_* is in the stored state
*/