summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-02-17 21:27:20 -0800
committerMathias Agopian <mathias@google.com>2010-02-17 21:27:20 -0800
commit9e149fc6e112fe23e408ca972a948a1d9aadc9a8 (patch)
tree08f354b9e9503d89627e67e7689e8f539450fa07
parentad8322bfe4b210d0618b7a1792f4a07d1f8332c7 (diff)
downloadlibhardware-9e149fc6e112fe23e408ca972a948a1d9aadc9a8.tar.gz
fix typo
-rw-r--r--include/hardware/hardware.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hardware/hardware.h b/include/hardware/hardware.h
index 7444fdd9..210a5aa4 100644
--- a/include/hardware/hardware.h
+++ b/include/hardware/hardware.h
@@ -154,11 +154,11 @@ enum {
HAL_TRANSFORM_FLIP_H = 0x01,
/* flip source image vertically */
HAL_TRANSFORM_FLIP_V = 0x02,
- /* rotate source image 90 degres */
+ /* rotate source image 90 degrees */
HAL_TRANSFORM_ROT_90 = 0x04,
- /* rotate source image 180 degres */
+ /* rotate source image 180 degrees */
HAL_TRANSFORM_ROT_180 = 0x03,
- /* rotate source image 270 degres */
+ /* rotate source image 270 degrees */
HAL_TRANSFORM_ROT_270 = 0x07,
};