diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-04-06 22:06:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-04-06 22:06:07 +0000 |
commit | feee554e3b4f4211ce608afbbadf7ca1860c9863 (patch) | |
tree | 55225e09cd149af64b4135d7625eb90db074c588 | |
parent | 462217eab35dc9aa50cabcafc2371ec42a6faa1b (diff) | |
download | bcm5719-llvm-feee554e3b4f4211ce608afbbadf7ca1860c9863.tar.gz bcm5719-llvm-feee554e3b4f4211ce608afbbadf7ca1860c9863.zip |
[docs] Test commit.
llvm-svn: 154213
-rw-r--r-- | lld/docs/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/intro.rst b/lld/docs/intro.rst index 32daf126101..a4f9d61222d 100644 --- a/lld/docs/intro.rst +++ b/lld/docs/intro.rst @@ -37,7 +37,7 @@ lld is a new set of modular code for creating linker tools. * Internal linker model can be dumped/read to textual format - * Internal linker model can be dumped/read to new native format + * Internal linker model can be dumped/read to a new native format * Native format designed to be fast to read and write |