Skip to content

Commit 66158ab

Browse files
committed
comment cleanup
1 parent 7a10eff commit 66158ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/qwiic_tmf882x.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class QwDevTMF882X
274274
// Data values from the TMF882X are sent from the AMS SDK using a
275275
// callback/message pattern.
276276
//
277-
// Call this methods with a function to call any message is sent from the
277+
// Call this method with a function to call any message is sent from the
278278
// AMS sdk. The function passed into this method can be used to handle all
279279
// messages instead of using the other handlers for specific message types
280280
//
@@ -296,7 +296,7 @@ class QwDevTMF882X
296296
// Measurements continue, until one of the following conditions occurs:
297297
//
298298
// - The specified number of measurements took place (set via reqMeasurements)
299-
// - The specififed timeout value expires
299+
// - The specified timeout value expires
300300
// - The stopMeasuring() method was called in a Handler function.
301301
//
302302
// This method won't start measuring if a measurement limit isn't set, a timeout
@@ -347,9 +347,9 @@ class QwDevTMF882X
347347
///////////////////////////////////////////////////////////////////////
348348
// factoryCalibration()
349349
//
350-
// Used to run a factory calibrary on the connected TMF882X device.
350+
// Used to run a factory calibration on the connected TMF882X device.
351351
//
352-
// The results of the calibration are returned in the pass in calibration
352+
// The results of the calibration are returned in the passed in calibration
353353
// structure.
354354
//
355355
// Consult the TMF882X datasheet for details on performing a factory

0 commit comments

Comments
 (0)