A bit more comment updating.

svn path=/trunk/; revision=50590
This commit is contained in:
Guy Harris 2013-07-14 20:26:56 +00:00
parent 221f39988b
commit b68e6dcc42
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ fragment_delete(reassembly_table *table, const packet_info *pinfo,
}
fd_tvb_data=fd_head->tvb_data;
/* loop over all partial fragments and free any buffers */
/* loop over all partial fragments and free any tvbuffs */
for(fd=fd_head->next;fd;){
fragment_data *tmp_fd;
tmp_fd=fd->next;