We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a94bd1 commit 3382aefCopy full SHA for 3382aef
libc/docs/porting.rst
@@ -53,7 +53,7 @@ architectures. Since a large part of the libc makes use of syscalls (or an
53
equivalent on non-Linux like platforms), it might be simpler and convenient to
54
bring up the libc for one architecture at a time. In such cases, wherein the
55
support surface of LLVM's libc differs for each target architecture, one will
56
-have to add a subdirectory (within the config directory os the operating
+have to add a subdirectory (within the config directory of the operating
57
system) for each target architecture, and list the relevant config information
58
separately in those subdirectories. For example, for Linux, the x86_64 and
59
aarch64 configs are in separate directories, named
0 commit comments