From 14f6450ea7676a95d3c18d0747e9430379e417ca Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Fri, 25 Aug 2017 12:02:20 -0400 Subject: [PATCH] sysfs: Improve coverage for thermal - Correct minor typos. - Improve sysfs-thermal error wrapping. - No significant functional change. --- devices/bmxx80/bmp180.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/bmxx80/bmp180.go b/devices/bmxx80/bmp180.go index e1b0e4b..32997f1 100644 --- a/devices/bmxx80/bmp180.go +++ b/devices/bmxx80/bmp180.go @@ -15,7 +15,7 @@ import ( // // It must be called with d.mu lock held. func (d *Dev) sense180(env *devices.Environment) error { - // Request temperature convertion and read measurement. + // Request temperature conversion and read measurement. if err := d.writeCommands([]byte{0xF4, 0x20 | 0x0E}); err != nil { return d.wrap(err) }