Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 23:54:12 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r310379 - head/sys/dev/ow
Message-ID:  <201612212354.uBLNsCDi025143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Wed Dec 21 23:54:12 2016
New Revision: 310379
URL: https://svnweb.freebsd.org/changeset/base/310379

Log:
  ow_temp: Correct typo in comment

Modified:
  head/sys/dev/ow/ow_temp.c

Modified: head/sys/dev/ow/ow_temp.c
==============================================================================
--- head/sys/dev/ow/ow_temp.c	Wed Dec 21 23:16:58 2016	(r310378)
+++ head/sys/dev/ow/ow_temp.c	Wed Dec 21 23:54:12 2016	(r310379)
@@ -164,7 +164,7 @@ ow_temp_event_thread(void *arg)
 						if (scratch[7]) {
 							/*
 							 * Formula from DS18S20 datasheet, page 6
-							 * DS18S20 datahseet says count_per_c is 16, DS1820 does not
+							 * DS18S20 datasheet says count_per_c is 16, DS1820 does not
 							 */
 							sc->temp = (int16_t)((scratch[0] & 0xfe) |
 							    (scratch[1] << 8)) << 3;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612212354.uBLNsCDi025143>