From 3aa1944ec0fe0129ad0c1a8b541c01ff3d886379 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 27 Feb 2019 17:13:05 -0500 Subject: [PATCH] typo --- firmware/controllers/sensors/hip9011_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/sensors/hip9011_lookup.cpp b/firmware/controllers/sensors/hip9011_lookup.cpp index 8b96d1fc29..2699027582 100644 --- a/firmware/controllers/sensors/hip9011_lookup.cpp +++ b/firmware/controllers/sensors/hip9011_lookup.cpp @@ -49,7 +49,7 @@ float getRpmByAngleWindowAndTimeUs(int timeUs, float angleWindowWidth) { } /** - * @param frequency knock frequencey, in kHz + * @param frequency knock frequency, in kHz */ int getHip9011BandIndex(float frequency) { return findIndexMsg("freq", bandFreqLookup, BAND_LOOKUP_SIZE, frequency);