Skip to content

Commit 381d31d

Browse files
fix typo
1 parent 1df1bf5 commit 381d31d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/IR/GlobalObject.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)