Skip to content

Commit 3382aef

Browse files
amansharma612Aman Sharma
and
Aman Sharma
authored
[libc] Fixed typo in porting.rst (llvm#134488)
Co-authored-by: Aman Sharma <[email protected]>
1 parent 6a94bd1 commit 3382aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/docs/porting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ architectures. Since a large part of the libc makes use of syscalls (or an
5353
equivalent on non-Linux like platforms), it might be simpler and convenient to
5454
bring up the libc for one architecture at a time. In such cases, wherein the
5555
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
56+
have to add a subdirectory (within the config directory of the operating
5757
system) for each target architecture, and list the relevant config information
5858
separately in those subdirectories. For example, for Linux, the x86_64 and
5959
aarch64 configs are in separate directories, named

0 commit comments

Comments
 (0)