[Support] Fix a doxygen comment (NFC)

There was a missing "<" on a line, so its contents wrapped around into
the description of the next argument.

llvm-svn: 275638
This commit is contained in:
Vedant Kumar 2016-07-15 22:44:52 +00:00
parent 45513a8eca
commit 7a4bd83c6c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct ProcessInfo {
/// -2 indicates a crash during execution or timeout
int ExecuteAndWait(
StringRef Program, ///< Path of the program to be executed. It is
/// presumed this is the result of the findProgramByName method.
///< presumed this is the result of the findProgramByName method.
const char **args, ///< A vector of strings that are passed to the
///< program. The first element should be the name of the program.
///< The list *must* be terminated by a null char* entry.