Ommitted a file in previous commit

This commit is contained in:
Nickolay Semyonov (RPI)
2017-08-26 11:44:48 -06:00
committed by Gregory Nutt
parent 48c27f8ffc
commit 1fcc7ec38e
2 changed files with 8 additions and 2 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 sizer, return the address comparisson */
/* The are the same size, return the address comparisson */
return (memcmp(fragsrc->nv_addr, reass->rb_fragsrc.nv_addr,
fragsrc->nv_addrlen) == 0);