aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-10 16:02:57 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-10 16:02:57 +0000
commit65eed611a8618905f0a2ee077046b704e502a51b (patch)
tree26387094930d6f35e645a735a24db3e5e0bf8abe /epan/wslua/wslua_tvb.c
parentb0cb4d22e9348225dbaff8ddfd1374197baeba0b (diff)
Fix a typo in a comment.
svn path=/trunk/; revision=28327
Diffstat (limited to 'epan/wslua/wslua_tvb.c')
-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.
*
*/