From df365adf9a8970c109e051c4e3309644506b04c2 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 26 Dec 2016 10:53:41 +0100 Subject: [PATCH] Trivial typo fix in arch.h docs --- src/include/lwip/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/arch.h b/src/include/lwip/arch.h index 940ab62a..4e921fc5 100644 --- a/src/include/lwip/arch.h +++ b/src/include/lwip/arch.h @@ -50,7 +50,7 @@ /** * @defgroup compiler_abstraction Compiler/platform abstraction * @ingroup sys_layer - * All defines related to this section must not be places in lwipopts.h, + * All defines related to this section must not be placed in lwipopts.h, * but in arch/cc.h! * @{ */