From: Geert Uytterhoeven Date: Mon, 14 Mar 2016 15:31:37 +0000 (+0100) Subject: w1: comment spelling s/minmum/minimum/ X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0db71fec8560a7c58c04304fd2e10e9647a205d4;p=linux-beck.git w1: comment spelling s/minmum/minimum/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Jiri Kosina --- diff --git a/drivers/w1/w1_io.c b/drivers/w1/w1_io.c index 282092421cc9..f4bc8c100a01 100644 --- a/drivers/w1/w1_io.c +++ b/drivers/w1/w1_io.c @@ -352,7 +352,7 @@ int w1_reset_bus(struct w1_master *dev) w1_delay(70); result = dev->bus_master->read_bit(dev->bus_master->data) & 0x1; - /* minmum 70 (above) + 430 = 500 us + /* minimum 70 (above) + 430 = 500 us * There aren't any timing requirements between a reset and * the following transactions. Sleeping is safe here. */