Fix parameter names.
authorRui Ueyama <ruiu@google.com>
Mon, 25 Jul 2016 22:41:42 +0000 (22:41 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 25 Jul 2016 22:41:42 +0000 (22:41 +0000)
commit63dc650938571b42963d9878b64018c9fbea3573
tree23f507de9cb40c7194d8efd8a97b835fcc439e1d
parent4c59714a52f2b78c0413005d1ec1f23839fa789d
Fix parameter names.

match() returns true of the first argument, a target string, matches
one of the second argument, a list of glob patterns. Calling the
target string, which is not a glob pattern, "Pattern" was very confusing.

llvm-svn: 276705
lld/ELF/LinkerScript.cpp