File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ class GlobalObject : public GlobalValue {
121121 // / appropriate default object file section.
122122 LLVM_ABI void setSection (StringRef S);
123123
124- // / If existing prefix is different from \p Prefix is different , set it to
125- // / \p Prefix. If \p Prefix is empty, the set clears the existing metadata.
126- // / Returns true if section prefix changed and false otherwise.
124+ // / If existing prefix is different from \p Prefix, set it to \p Prefix. If \p
125+ // / Prefix is empty, the set clears the existing metadata. Returns true if
126+ // / section prefix changed and false otherwise.
127127 LLVM_ABI bool setSectionPrefix (StringRef Prefix);
128128
129129 // / Get the section prefix for this global object.
You can’t perform that action at this time.
0 commit comments