[PATCH] D157225: [ObjectYAML] Fix typo in comment title
Mehmet Eymen Ünay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 6 04:32:21 PDT 2023
Eymay created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
Eymay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157225
Files:
llvm/lib/ObjectYAML/ELFEmitter.cpp
Index: llvm/lib/ObjectYAML/ELFEmitter.cpp
===================================================================
--- llvm/lib/ObjectYAML/ELFEmitter.cpp
+++ llvm/lib/ObjectYAML/ELFEmitter.cpp
@@ -1,4 +1,4 @@
-//===- yaml2elf - Convert YAML to a ELF object file -----------------------===//
+//===- yaml2elf - Convert YAML to an ELF object file ----------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157225.547563.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230806/5a3f4839/attachment.bin>
More information about the llvm-commits
mailing list