From cbca2d6604703ad26d27056c985ee672c9d4b142 Mon Sep 17 00:00:00 2001 From: Enrico Joerns Date: Wed, 16 Oct 2013 02:36:10 +0200 Subject: [PATCH] [doc] fixed some minor typos --- core/net/ip/uip.h | 2 +- doc/pt-doc.txt | 2 +- doc/uip-doc.txt | 5 ++--- doc/uip6-doc.txt | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/core/net/ip/uip.h b/core/net/ip/uip.h index 9cb1e77d2..7557584b8 100644 --- a/core/net/ip/uip.h +++ b/core/net/ip/uip.h @@ -534,7 +534,7 @@ CCIF extern uip_buf_t uip_aligned_buf; * \defgroup uipappfunc uIP application functions * @{ * - * Functions used by an application running of top of uIP. + * Functions used by an application running on top of uIP. */ /** diff --git a/doc/pt-doc.txt b/doc/pt-doc.txt index 0eeb6cf50..b0220f964 100644 --- a/doc/pt-doc.txt +++ b/doc/pt-doc.txt @@ -28,7 +28,7 @@ after the blocking call. This makes it hard to use control structures such as if() conditionals and while() loops. The advantage of protothreads over ordinary threads is that a -protothread do not require a separate stack. In memory constrained +protothread does not require a separate stack. In memory constrained systems, the overhead of allocating multiple stacks can consume large amounts of the available memory. In contrast, each protothread only requires between two and twelve bytes of state, depending on the diff --git a/doc/uip-doc.txt b/doc/uip-doc.txt index 63df9f0df..b87ae01d6 100644 --- a/doc/uip-doc.txt +++ b/doc/uip-doc.txt @@ -5,7 +5,6 @@ /** \defgroup uip The uIP TCP/IP stack -@{ The uIP TCP/IP stack provides Internet communication abilities to Contiki. @@ -254,7 +253,7 @@ purposes. uIP provides two APIs to programmers: protosockets, a BSD socket-like API without the overhead of full multi-threading, and a "raw" -event-based API that is nore low-level than protosockets but uses less +event-based API that is more low-level than protosockets but uses less memory. \sa \ref psock @@ -1183,7 +1182,7 @@ the delayed acknowledgment throughput degradation. \note The \ref uipsplit module implements a hack that overcomes the problems with the delayed acknowledgment throughput degradation. - +@{ */ diff --git a/doc/uip6-doc.txt b/doc/uip6-doc.txt index 42320c603..e4009aeb3 100644 --- a/doc/uip6-doc.txt +++ b/doc/uip6-doc.txt @@ -5,7 +5,7 @@ /** * \defgroup uip6 uIP IPv6 specific features - * @{ + * The uIP IPv6 stack provides new Internet communication abilities to Contiki. This document describes Ipv6 specific features. For features that are common to the IPv4 and IPv6 code please refer to \ref uip "uIP". @@ -377,7 +377,7 @@ We pass all the tests for phase 2 except:
- +@{ */ /** @} */ /** @} */ \ No newline at end of file