projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5104368
)
Fix a typo. Patch by fcrick on github https://github.com/llvm-mirror/llvm/pull/23
author
Sylvestre Ledru
<sylvestre@debian.org>
Sat, 4 Mar 2017 14:01:38 +0000
(14:01 +0000)
committer
Sylvestre Ledru
<sylvestre@debian.org>
Sat, 4 Mar 2017 14:01:38 +0000
(14:01 +0000)
llvm-svn: 296969
llvm/docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.rst
b/llvm/docs/LangRef.rst
index
edf95d9
..
9bf70c8
100644
(file)
--- a/
llvm/docs/LangRef.rst
+++ b/
llvm/docs/LangRef.rst
@@
-195,7
+195,7
@@
linkage:
``private``
Global values with "``private``" linkage are only directly
accessible by objects in the current module. In particular, linking
- code into a module with a
n
private global value may cause the
+ code into a module with a private global value may cause the
private to be renamed as necessary to avoid collisions. Because the
symbol is private to the module, all references can be updated. This
doesn't show up in any symbol table in the object file.