From: Jean-Philippe Orsini Date: Sun, 5 Feb 2017 22:39:49 +0000 (+0100) Subject: fixed typo X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=4af477845dc8d7d88b68445024b29deffa891b80 fixed typo --- 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";