Upgrade to v0.18
Bug: 148763437
Test: make libiio
Change-Id: I9810cec91e823a300a5a9da5e0a6b11053a0e420
(cherry picked from commit 79a1a11db0c1ab0ae311ce69c8762b6b285cd5bf)
diff --git a/src/iio.h b/src/iio.h
index 5d8ca5a..b9d78a0 100644
--- a/src/iio.h
+++ b/src/iio.h
@@ -1402,7 +1402,7 @@
* @return A pointer to the first sample found, or to the end of the buffer if
* no sample for the given channel is present in the buffer
*
- * <b>NOTE:</b> This fonction, coupled with iio_buffer_step and iio_buffer_end,
+ * <b>NOTE:</b> This function, coupled with iio_buffer_step and iio_buffer_end,
* can be used to iterate on all the samples of a given channel present in the
* buffer, doing the following:
*