Skip to content

Commit db099f1

Browse files
[lld] Fix typos in documentation (#139854)
1 parent 28d732a commit db099f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lld/docs/ELF/warn_backrefs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ so far. When encountering an archive or an object file surrounded by
1111
symbol definitions; this may result in input files being loaded, updating the
1212
set of undefined symbol references. When all resolving definitions have been
1313
loaded from the archive, the linker moves on the next file and will not return
14-
to it. This means that if an input file to the right of a archive cannot have
15-
an undefined symbol resolved by a archive to the left of it. For example:
14+
to it. This means that if an input file to the right of an archive cannot have
15+
an undefined symbol resolved by an archive to the left of it. For example:
1616

1717
ld def.a ref.o
1818

lld/docs/windows_support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ MSBuild.exe had been shipped as a component of the .NET framework, but since
8686
2013 it's part of Visual Studio. You can find it at "C:\\Program Files
8787
(x86)\\msbuild".
8888

89-
You can build LLD as a 64 bit application. To do that, open VS2013 x64 command
89+
You can build LLD as a 64-bit application. To do that, open VS2013 x64 command
9090
prompt and run cmake for "Visual Studio 12 Win64" target.
9191

9292
Using Ninja

0 commit comments

Comments
 (0)