From 6134dc80fda00c7940be1cb7a5d8c693071289a2 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 1 Dec 2015 14:32:37 +0100 Subject: [PATCH] sys/phydat: fixed typos in documentation --- sys/include/phydat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/include/phydat.h b/sys/include/phydat.h index 568008e1f..3cc57ae94 100644 --- a/sys/include/phydat.h +++ b/sys/include/phydat.h @@ -112,13 +112,13 @@ enum { /** * @brief Generic data structure for expressing physical values * - * Physical data is express in a 3-dimensional touple of values. In addition to - * the data fields, this struct contains further the (physical) unit and the + * Physical data is expressed in a 3-dimensional touple of values. In addition + * to the data fields, this struct contains further the (physical) unit and the * scale factor of the data. The unit is expressed as constant. The scale factor * is expressed as power of 10 (10^factor). * * The combination of signed 16-bit numbers with and the scale factor gives us a - * very high dynamic range (from -32*10^-131 to 32*10^130). I a wider sense we + * very high dynamic range (from -32*10^-131 to 32*10^130). In a wider sense we * are saving the values as fixed floating points... * * The scale factor is identical for all 3 values.