Fixed some typos.

svn path=/trunk/; revision=27308
This commit is contained in:
Stig Bjørlykke 2009-01-27 12:41:33 +00:00
parent da3959145e
commit b28ca9c930
2 changed files with 2 additions and 2 deletions

View File

@ -791,7 +791,7 @@ static int ProtoField_other(lua_State* L,enum ftenum type) {
/* WSLUA_OPTARG_Protofield_uint8_DESC description of the field */
/* _WSLUA_RETURNS_ a protofield item to be added to a ProtoFieldArray */
/* _WSLUA_CONSTRUCTOR_ ProtoField_strigz */
/* _WSLUA_CONSTRUCTOR_ ProtoField_stringz */
/* WSLUA_ARG_Protofield_uint8_ABBR abbreviated name of the field (the string used in filters) */
/* WSLUA_OPTARG_Protofield_uint8_NAME Actual name of the field (the string that appears in the tree) */
/* WSLUA_OPTARG_Protofield_uint8_DESC description of the field */

View File

@ -326,7 +326,7 @@ int ByteArray_register(lua_State* L) {
* To avoid using a pointer from Lua to Wireshark's that is already freed, we maintain a list of the pointers with
* a marker that track's it's expiry.
*
* All pointers are marked as expired when the dissection of the current frame is finished of when the garbage
* All pointers are marked as expired when the dissection of the current frame is finished or when the garbage
* collector tries to free the object referring to the pointer, whichever comes first.
*
* All allocated memory chunks used for tracking the pointers' state are freed after marking the pointer as expired