diff options
| author | Timur Iskhodzhanov <timurrrr@google.com> | 2013-12-20 10:32:12 +0000 |
|---|---|---|
| committer | Timur Iskhodzhanov <timurrrr@google.com> | 2013-12-20 10:32:12 +0000 |
| commit | 18f666b52454518918172d57a3fe49d38fbf1644 (patch) | |
| tree | 6a2e2a4ca26b048ee69c71b2bd23a6d1636dc7f5 | |
| parent | 4af032dce7321310d014bf7485e35820e59dbe8f (diff) | |
| download | bcm5719-llvm-18f666b52454518918172d57a3fe49d38fbf1644.tar.gz bcm5719-llvm-18f666b52454518918172d57a3fe49d38fbf1644.zip | |
Fix a typo in the docs
llvm-svn: 197798
| -rw-r--r-- | llvm/docs/Extensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Extensions.rst b/llvm/docs/Extensions.rst index e308dbcdfc4..9f33d30ac7b 100644 --- a/llvm/docs/Extensions.rst +++ b/llvm/docs/Extensions.rst @@ -127,7 +127,7 @@ MC supports passing the information in ``.linkonce`` at the end of Symbol1: .long 1 -Note that in the combined form the COMDAT symbol is explict. This +Note that in the combined form the COMDAT symbol is explicit. This extension exits to support multiple sections with the same name in different comdats: |

