diff --git a/libc/src/__support/File/file.h b/libc/src/__support/File/file.h --- a/libc/src/__support/File/file.h +++ b/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, };