OSDN Git Service

Delete typo in SurfaceFlinger documentation
authorFabien Sanglard <sanglardf@google.com>
Wed, 8 Mar 2017 22:50:11 +0000 (14:50 -0800)
committerFabien Sanglard <sanglardf@google.com>
Wed, 8 Mar 2017 22:50:11 +0000 (14:50 -0800)
Test: None (this is a comment)
Change-Id: I0876a40697fe5bb5245513520bc1f9a4bf1139f7

services/surfaceflinger/Layer.h

index e2b2a3a..0efdf54 100644 (file)
@@ -707,7 +707,7 @@ private:
 
     // A layer can be attached to multiple displays when operating in mirror mode
     // (a.k.a: when several displays are attached with equal layerStack). In this
-    // case we need to keep track. In non-mirror mode, a layer will have only one.
+    // case we need to keep track. In non-mirror mode, a layer will have only one
     // HWCInfo. This map key is a display layerStack.
     std::unordered_map<int32_t, HWCInfo> mHwcLayers;