From e25be536a151787b72b010eb591662f80148c623 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Tue, 20 Dec 2016 23:25:26 -0800 Subject: [PATCH] ims: Small typo fix Changed ISM to IMS. Signed-off-by: Noel Eck --- src/ims/ims.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ims/ims.c b/src/ims/ims.c index 1eea5608..428a7891 100644 --- a/src/ims/ims.c +++ b/src/ims/ims.c @@ -163,7 +163,7 @@ upm_result_t ims_get_light(const ims_context* dev, uint16_t* rd_data) upm_result_t res = ims_write(dev, IMS_MEASURE_LIGHT, 0); if (res != UPM_SUCCESS) return res; - /* Technical data for the ISM specifies a 3 second wait. Check the BUSY + /* Technical data for the IMS specifies a 3 second wait. Check the BUSY * command every 100 ms for 3 seconds. The sensor will return quickly in * bright light and much slower in less light. */ int retry = 30;