summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-18 14:09:59 -0700
committerMathias Agopian <mathias@google.com>2009-05-18 14:09:59 -0700
commit465cf474beaf67c3d8b7fe6889ad74c1cfc572e1 (patch)
tree0150062fac4fd0cb51ed40219901ec7272a49595
parentd746ebd24a05e6b2a378559bdf3a25092a1d672b (diff)
downloadlibhardware-465cf474beaf67c3d8b7fe6889ad74c1cfc572e1.tar.gz
fix [1847499] sensors.h : "roll" documentation is wrong
-rw-r--r--include/hardware/sensors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index 094b3eee..db7d2639 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -137,7 +137,7 @@ __BEGIN_DECLS
* the z-axis moves toward the y-axis.
*
* roll: Rotation around Y axis (-90<=roll<=90), with positive values when
- * the z-axis moves AWAY from the x-axis.
+ * the x-axis moves AWAY from the z-axis.
*
* Note: This definition is different from yaw, pitch and roll used in aviation
* where the X axis is along the long side of the plane (tail to nose).