From 4af477845dc8d7d88b68445024b29deffa891b80 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 5 Feb 2017 23:39:49 +0100 Subject: [PATCH] fixed typo --- src/lib/bcm2835.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/bcm2835.c b/src/lib/bcm2835.c index 9dcdc10..0227f43 100644 --- a/src/lib/bcm2835.c +++ b/src/lib/bcm2835.c @@ -29,7 +29,7 @@ #include /* - * Support of the BCM2835 chip which is mostly used by by the + * Support of the BCM2835 chip which is mostly used by the * Raspberry PI3 and provides the temperature of the chip. */ static const char *PROVIDER_NAME = "BCM2835"; -- 2.7.4