Commit 1da4ddba authored by Ruslan Mstoi's avatar Ruslan Mstoi Committed by Anas Nashif
Browse files

net: pkt: Fix comment typo in word tailroom



Fix comment typo in word tailroom

Signed-off-by: default avatarRuslan Mstoi <ruslan.mstoi@intel.com>
parent e8413d18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1415,7 +1415,7 @@ static inline struct net_buf *adjust_write_offset(struct net_pkt *pkt,
			return frag;
		}

		/* Offset is equal to fragment length. If some tailtoom exists,
		/* Offset is equal to fragment length. If some tailroom exists,
		 * offset start from same fragment otherwise offset starts from
		 * beginning of next fragment.
		 */