summaryrefslogtreecommitdiffstats
path: root/hardware.c
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-11 16:32:05 -0700
committerMathias Agopian <mathias@google.com>2009-06-16 18:16:38 -0700
commit8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3 (patch)
tree3a93d2ec951d828172d5d949b8704207b5257bfa /hardware.c
parent72c8508db9c3895a34437a3e780b90ec43a920a2 (diff)
downloadhardware_libhardware-8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3.tar.gz
hardware_libhardware-8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3.tar.bz2
hardware_libhardware-8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3.zip
pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot more address space than needed.
Diffstat (limited to 'hardware.c')
-rw-r--r--hardware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware.c b/hardware.c
index ffc9a25..786e142 100644
--- a/hardware.c
+++ b/hardware.c
@@ -52,7 +52,7 @@ static const char *variant_keys[] = {
#define HAL_VARIANT_KEYS_COUNT (sizeof(variant_keys)/sizeof(variant_keys[0]))
/**
- * Load the file defined by the variant and if succesfull
+ * Load the file defined by the variant and if successful
* return the dlopen handle and the hmi.
* @return 0 = success, !0 = failure.
*/