Evas examples: Fix comment also in evas-map-aa.c
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 7 Jan 2015 08:53:24 +0000 (17:53 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 7 Jan 2015 08:56:40 +0000 (17:56 +0900)
i'm dumb and didn't even read the line above the one i changed...

src/examples/evas/evas-map-aa.c

index e1de349..c396543 100644 (file)
@@ -1,5 +1,6 @@
 /**
- * Simple Evas example illustrating a trasnparent window
+ * Example showing the difference between Evas Map with and without
+ * anti-aliasing (AA).
  *
  * @verbatim
  * gcc -o evas-map-aa evas-map-aa.c `pkg-config --libs --cflags evas ecore ecore-evas eina`