From aa2f4a5eec7f4117b9487a415739634007254822 Mon Sep 17 00:00:00 2001 From: Haixia Shi Date: Mon, 2 Nov 2015 10:54:29 -0800 Subject: drm_hwcomposer: fix spelling of "separate". It is spelled "separate", not "seperate". Change-Id: Id92d12aba42989a8a72e4596d425b2a9eea4e5ec --- drmhwcomposer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drmhwcomposer.h') diff --git a/drmhwcomposer.h b/drmhwcomposer.h index 8508e44..2f36ad8 100644 --- a/drmhwcomposer.h +++ b/drmhwcomposer.h @@ -23,7 +23,7 @@ #include #include #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 -using DrmHwcRect = seperate_rects::Rect; +using DrmHwcRect = separate_rects::Rect; enum class DrmHwcTransform : uint32_t { kIdentity = 0, -- cgit v1.2.3