summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/shader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader.cpp b/src/video_core/shader/shader.cpp
index e397e8e03..13e22cb53 100644
--- a/src/video_core/shader/shader.cpp
+++ b/src/video_core/shader/shader.cpp
@@ -16,7 +16,7 @@ namespace Pica {
namespace Shader {
void Setup(UnitState& state) {
- // TODO(bunnei): This will be used by the JIT in a subsequent commit
+ // TODO(bunnei): This will be used by the JIT in a subsequent patch
}
static Common::Profiling::TimingCategory shader_category("Vertex Shader");