net: contiki: Fix the description of 6lowpan files

The file names and types were incorrectly described in comments
in net/ip/contiki/sicslowpan/ directory.

Change-Id: Id6aba238a08ec603a57f9a438dbf6fab202220f8
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-02-24 09:48:44 +02:00
commit 5562a9a811
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
/* compression.h - Header Compression */
/* null_compression.c - null header compression */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -1,4 +1,4 @@
/* compression.h - Header Compression */
/* null_fragmentation.c - NULL packet fragmentation for 802.15.4 */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -1,4 +1,4 @@
/* null_fragmentation.h - NULL fragmentation */
/* null_fragmentation.h - NULL fragmentation for 802.15.4 */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -1,4 +1,4 @@
/* compression.h - Header Compression */
/* sicslowpan_compression.c - IPv6 header compression */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -1,4 +1,4 @@
/* null_compression.h - NULL header Compression */
/* sicslowpan_compression.h - IPv6 header Compression */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -1,4 +1,4 @@
/* compression.h - Header Compression */
/* sicslowpan_fragmentation.c - 802.15.4 6lowpan packet fragmentation */
/*
* Copyright (c) 2015 Intel Corporation

View file

@ -1,4 +1,4 @@
/* null_fragmentation.h - NULL fragmentation */
/* sicslowpan_fragmentation.h - 802.15.4 6lowpan fragmentation */
/*
* Copyright (c) 2015 Intel Corporation