[libc-commits] [PATCH] D157212: [libc] Fix typo in comment

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


Eymay created this revision.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
Eymay requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157212

Files:
  libc/src/__support/File/file.h


Index: libc/src/__support/File/file.h
===================================================================
--- libc/src/__support/File/file.h
+++ libc/src/__support/File/file.h
@@ -72,7 +72,7 @@
   };
 
   // Denotes a file opened in binary mode (which is specified by including
-  // the 'b' character in teh mode string.)
+  // the 'b' character in the mode string.)
   enum class ContentType : ModeFlags {
     BINARY = 0x10,
   };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157212.547550.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230806/9b4fd5c3/attachment.bin>


More information about the libc-commits mailing list