From 20909b7f959e68c053522867cdd9edeecfee22ad Mon Sep 17 00:00:00 2001
From: danpetry <danielpetry@cantab.net>
Date: Thu, 26 Oct 2017 12:10:24 +0200
Subject: [PATCH] Removed the offending comma.

---
 boards/doc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/doc.txt b/boards/doc.txt
index dda7e1a883..a984a68767 100644
--- a/boards/doc.txt
+++ b/boards/doc.txt
@@ -10,7 +10,7 @@
  * @defgroup    boards Boards
  * @brief       Board specific definitions and implementations
  *
- * The boards module contains all definitions and implementations, that are
+ * The boards module contains all definitions and implementations that are
  * specific to a certain board. Generally, boards consist of a fixed
  * configuration of a controller and some external devices such as sensors or
  * radios. All aspects concerning configuration of GPIO pins, MCU clock and
-- 
GitLab