diff options
author | 2019-11-07 17:12:11 -0800 | |
---|---|---|
committer | 2019-11-07 17:12:11 -0800 | |
commit | 94b18d55fa60a9c3a5b135b6237436d44b9ebeb7 (patch) | |
tree | 81ab3ab2886dd980383468674489e1a281967b71 /vulkan/libvulkan/api.cpp | |
parent | b74b376735adb894eaff02d82fda0fd5aefb49d2 (diff) |
Vulkan: fix a typo
Fixes: 140609421
Test: build, flash and boot
Change-Id: I7548bf733b32861c8007cee63df954022c111a1d
Diffstat (limited to 'vulkan/libvulkan/api.cpp')
-rw-r--r-- | vulkan/libvulkan/api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/libvulkan/api.cpp b/vulkan/libvulkan/api.cpp index 24039b1fee..47253440d4 100644 --- a/vulkan/libvulkan/api.cpp +++ b/vulkan/libvulkan/api.cpp @@ -144,7 +144,7 @@ class OverrideLayerNames { } void GetLayersFromSettings() { - // These will only be available if conditions are met in GraphicsEnvironemnt + // These will only be available if conditions are met in GraphicsEnvironment // gpu_debug_layers = layer1:layer2:layerN const std::string layers = android::GraphicsEnv::getInstance().getDebugLayers(); if (!layers.empty()) { |