fix docs warning in llvm-profdata.rst
authorwlei <wlei@fb.com>
Thu, 30 Mar 2023 18:21:30 +0000 (11:21 -0700)
committerwlei <wlei@fb.com>
Thu, 30 Mar 2023 18:21:48 +0000 (11:21 -0700)
llvm/docs/CommandGuide/llvm-profdata.rst

index 1ed8531..515c18b 100644 (file)
@@ -164,8 +164,8 @@ OPTIONS
 .. option:: --convert-sample-profile-layout=[nest|flat]
 
  Convert the merged profile into a profile with a new layout. Supported
- layout are ``nest``(Nested profile, the input should be CS flat profile) and
- ``flat``(Profile with nested inlinees flattened out).
+ layout are ``nest`` (Nested profile, the input should be CS flat profile) and
+ ``flat`` (Profile with nested inlinees flattened out).
 
 .. option:: --supplement-instr-with-sample=<file>