From d4e95d987b8ff130e86d0c815adb83f17ffacd77 Mon Sep 17 00:00:00 2001 From: smlng Date: Tue, 5 Sep 2017 20:38:44 +0200 Subject: [PATCH] doc: fix typos --- boards/msba2-common/tools/armtools.txt | 2 +- sys/net/gnrc/netapi/gnrc_netapi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/msba2-common/tools/armtools.txt b/boards/msba2-common/tools/armtools.txt index 8dd7519d67..26060feef4 100644 --- a/boards/msba2-common/tools/armtools.txt +++ b/boards/msba2-common/tools/armtools.txt @@ -9,7 +9,7 @@ On reception of a SIGUSR1, it reopens the port and resets the ARM. "./lpc2k_pgm /dev/ttyUSB1 /path/to/firmware.ihex" will do what you expect, but it will additionally run "killall -SIGUSR2 pseudoterm" before -anѕ "killall -SIGUSR1 pseudoterm" after flashing. +and "killall -SIGUSR1 pseudoterm" after flashing. Together, the tools enable you to have a terminal connected to the board at all times, but let you flash whenever you feel like. diff --git a/sys/net/gnrc/netapi/gnrc_netapi.c b/sys/net/gnrc/netapi/gnrc_netapi.c index d110ebf34a..1dc6954e97 100644 --- a/sys/net/gnrc/netapi/gnrc_netapi.c +++ b/sys/net/gnrc/netapi/gnrc_netapi.c @@ -45,7 +45,7 @@ static inline int _get_set(kernel_pid_t pid, uint16_t type, msg_t cmd; msg_t ack; gnrc_netapi_opt_t o; - /* set ńetapi's option struct */ + /* set netapi's option struct */ o.opt = opt; o.context = context; o.data = data;