Update some comments.

This commit is contained in:
Gregory Nutt
2017-08-26 11:50:41 -06:00
parent 1fcc7ec38e
commit f43f372823
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ static bool sixlowpan_compare_fragsrc(FAR struct sixlowpan_reassbuf_s *reass,
if (fragsrc->nv_addrlen == reass->rb_fragsrc.nv_addrlen)
{
/* The are the same size, return the address comparisson */
/* The are the same size, return the address comparison */
return (memcmp(fragsrc->nv_addr, reass->rb_fragsrc.nv_addr,
fragsrc->nv_addrlen) == 0);