[pgo] Fix doc typo: thingswith -> things with

The title says it all.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D125763
This commit is contained in:
Konrad Kleine 2022-05-17 10:48:03 +00:00
parent 99639e5a3e
commit 329dc5587c
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ Args = collections.namedtuple('Args', [
def _parse_args():
parser = argparse.ArgumentParser(
description='Builds LLVM and Clang with instrumentation, collects '
'instrumentation profiles for them, and (optionally) builds things'
'instrumentation profiles for them, and (optionally) builds things '
'with these PGO profiles. By default, it\'s assumed that you\'re '
'running this from your LLVM root, and all build artifacts will be '
'saved to $PWD/out.')