Skip to content

Commit 53a8a7c

Browse files
committed
[ORC] Fix typo in include guard comment.
1 parent b263a71 commit 53a8a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ bool isCOFFInitializerSection(StringRef Name);
7878
} // end namespace orc
7979
} // end namespace llvm
8080

81-
#endif // LLVM_EXECUTIONENGINE_ORC_SHARED_MEMORYFLAGS_H
81+
#endif // LLVM_EXECUTIONENGINE_ORC_SHARED_OBJECTFORMATS_H

0 commit comments

Comments
 (0)