Fix misleading typo
authorJuergen Hoetzel <juergen@archlinux.org>
Sat, 20 Feb 2016 09:58:03 +0000 (10:58 +0100)
committerJuergen Hoetzel <juergen@archlinux.org>
Sat, 20 Feb 2016 09:58:03 +0000 (10:58 +0100)
Commit migrated from https://github.com/dotnet/coreclr/commit/d5a6959435a3ce8fbf0217c9b74425c66f4e3aa1

src/coreclr/src/pal/tools/gen-buildsys-clang.sh

index 1d61944..087a4e1 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# This file invokes cmake and generates the build system for gcc.
+# This file invokes cmake and generates the build system for Clang.
 #
 
 if [ $# -lt 4 -o $# -gt 8 ]