diff --git a/llvm/utils/collect_and_build_with_pgo.py b/llvm/utils/collect_and_build_with_pgo.py --- a/llvm/utils/collect_and_build_with_pgo.py +++ b/llvm/utils/collect_and_build_with_pgo.py @@ -320,7 +320,7 @@ 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.')