From f0bcb0aaf4287ce5170886e71b75c7c18ce4f398 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Sat, 2 Apr 2016 13:09:14 -0600 Subject: [PATCH] Comment: fix comment from gtest check in. --- StandAlone/StandAlone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index e8ab7b56..94eceaff 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -112,7 +112,7 @@ TBuiltInResource Resources; std::string ConfigFile; // -// Parse either a .conf file provided by the user or the default string above. +// Parse either a .conf file provided by the user or the default from glslang::DefaultTBuiltInResource // void ProcessConfigFile() {