projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d09815
)
am7xxx: fix a typo in a comment s/a am7xxx device/an am7xxx device/
author
Antonio Ospite <ospite@studenti.unina.it>
Sun, 14 Jul 2013 11:25:25 +0000
(13:25 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 20 Jul 2013 22:20:06 +0000
(
00:20
+0200)
src/am7xxx.h
patch
|
blob
|
history
diff --git
a/src/am7xxx.h
b/src/am7xxx.h
index
24636c3
..
1c353ab
100644
(file)
--- a/
src/am7xxx.h
+++ b/
src/am7xxx.h
@@
-219,7
+219,7
@@
int am7xxx_calc_scaled_image_dimensions(am7xxx_device *dev,
unsigned int *scaled_width,
unsigned int *scaled_height);
/**
- * Send an image for display on a am7xxx device.
+ * Send an image for display on a
n
am7xxx device.
*
* This is the function that actually makes the device display something.
* Static pictures can be sent just once and the device will keep showing them