aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-10 16:02:57 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-10 16:02:57 +0000
commit036396cd251765ef16d5abfd6f0b0d034787e891 (patch)
tree26387094930d6f35e645a735a24db3e5e0bf8abe /epan
parent0b03bb1e205c7ee4ae301811305fa92fb4535c8d (diff)
Fix a typo in a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28327 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/wslua/wslua_tvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_tvb.c b/epan/wslua/wslua_tvb.c
index 56d0714898..f86a172235 100644
--- a/epan/wslua/wslua_tvb.c
+++ b/epan/wslua/wslua_tvb.c
@@ -332,7 +332,7 @@ int ByteArray_register(lua_State* L) {
* All allocated memory chunks used for tracking the pointers' state are freed after marking the pointer as expired
* by the garbage collector or by the end of the dissection of the current frame, whichever comes second.
*
- * We check the expiry state of the pointer before each acces.
+ * We check the expiry state of the pointer before each access.
*
*/