aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-02-09 17:40:44 +0100
committerStephane D'Alu <sdalu@sdalu.com>2016-02-09 17:40:44 +0100
commitb7e24328d51390b16d33896b93589886f014667b (patch)
tree39fdd2706f695ee7f0325493024885c75ab6495d
parent879e031a231e9d17f3e8603010ec650d58aca4aa (diff)
downloadChibiOS-Contrib-b7e24328d51390b16d33896b93589886f014667b.tar.gz
ChibiOS-Contrib-b7e24328d51390b16d33896b93589886f014667b.tar.bz2
ChibiOS-Contrib-b7e24328d51390b16d33896b93589886f014667b.zip
fixed typos
-rw-r--r--os/hal/ports/NRF51/NRF51822/wdg_lld.c4
-rw-r--r--os/hal/ports/NRF51/NRF51822/wdg_lld.h2
-rw-r--r--testhal/NRF51/NRF51822/WDG/chconf.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/wdg_lld.c b/os/hal/ports/NRF51/NRF51822/wdg_lld.c
index 0a8a4fd..0a25ceb 100644
--- a/os/hal/ports/NRF51/NRF51822/wdg_lld.c
+++ b/os/hal/ports/NRF51/NRF51822/wdg_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006 Stephane D'Alu
+ ChibiOS - Copyright (C) 2016 Stephane D'Alu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -94,7 +94,7 @@ void wdg_lld_init(void) {
/**
* @brief Configures and activates the WDG peripheral.
*
- * @note Once started there is now way out.
+ * @note Once started there is no way out.
*
* @param[in] wdgp pointer to the @p WDGDriver object
*
diff --git a/os/hal/ports/NRF51/NRF51822/wdg_lld.h b/os/hal/ports/NRF51/NRF51822/wdg_lld.h
index 131fd21..581c25b 100644
--- a/os/hal/ports/NRF51/NRF51822/wdg_lld.h
+++ b/os/hal/ports/NRF51/NRF51822/wdg_lld.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006 Stephane D'Alu
+ ChibiOS - Copyright (C) 2016 Stephane D'Alu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/testhal/NRF51/NRF51822/WDG/chconf.h b/testhal/NRF51/NRF51822/WDG/chconf.h
index 5b0630c..20d7b4b 100644
--- a/testhal/NRF51/NRF51822/WDG/chconf.h
+++ b/testhal/NRF51/NRF51822/WDG/chconf.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015 Stephen Caudle
+ Copyright (C) 2016 Stephane D'Alu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.