[PATCH] D157222: [llvm-c] Fix typo in comments

Mehmet Eymen Ünay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 6 04:30:25 PDT 2023


Eymay created this revision.
Herald added a reviewer: deadalnix.
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/D157222

Files:
  llvm/include/llvm-c/Object.h


Index: llvm/include/llvm-c/Object.h
===================================================================
--- llvm/include/llvm-c/Object.h
+++ llvm/include/llvm-c/Object.h
@@ -64,7 +64,7 @@
  * appropriate implementation selected.  The context may be NULL except if
  * the resulting file is an LLVM IR file.
  *
- * The memory buffer is not consumed by this function.  It is the responsibilty
+ * The memory buffer is not consumed by this function.  It is the responsibility
  * of the caller to free it with \c LLVMDisposeMemoryBuffer.
  *
  * If NULL is returned, the \p ErrorMessage parameter is populated with the
@@ -80,7 +80,7 @@
 /**
  * Dispose of a binary file.
  *
- * The binary file does not own its backing buffer.  It is the responsibilty
+ * The binary file does not own its backing buffer.  It is the responsibility
  * of the caller to free it with \c LLVMDisposeMemoryBuffer.
  */
 void LLVMDisposeBinary(LLVMBinaryRef BR);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157222.547560.patch
Type: text/x-patch
Size: 941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230806/948a9458/attachment.bin>


More information about the llvm-commits mailing list