summaryrefslogtreecommitdiff
path: root/drmhwcomposer.h
diff options
context:
space:
mode:
authorHaixia Shi <hshi@chromium.org>2015-11-02 10:54:29 -0800
committerHaixia Shi <hshi@chromium.org>2015-11-02 11:04:48 -0800
commitaa2f4a5eec7f4117b9487a415739634007254822 (patch)
treefbc149dfc88bfdc8708636278f42da932ed5e734 /drmhwcomposer.h
parentf3d360328e724c908827716d442c226e3128ff5a (diff)
drm_hwcomposer: fix spelling of "separate".
It is spelled "separate", not "seperate". Change-Id: Id92d12aba42989a8a72e4596d425b2a9eea4e5ec
Diffstat (limited to 'drmhwcomposer.h')
-rw-r--r--drmhwcomposer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drmhwcomposer.h b/drmhwcomposer.h
index 8508e44..2f36ad8 100644
--- a/drmhwcomposer.h
+++ b/drmhwcomposer.h
@@ -23,7 +23,7 @@
#include <hardware/hardware.h>
#include <hardware/hwcomposer.h>
#include "autofd.h"
-#include "seperate_rects.h"
+#include "separate_rects.h"
#include "drmhwcgralloc.h"
struct hwc_import_context;
@@ -117,7 +117,7 @@ class DrmHwcNativeHandle {
};
template <typename T>
-using DrmHwcRect = seperate_rects::Rect<T>;
+using DrmHwcRect = separate_rects::Rect<T>;
enum class DrmHwcTransform : uint32_t {
kIdentity = 0,