From: Duncan Sands Date: Fri, 16 Jan 2009 09:29:46 +0000 (+0000) Subject: Grammar fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81d05c2ae210b09018e7b47cbf3c88e712046349;p=oota-llvm.git Grammar fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62319 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 5eef2253262..2e34afb6d22 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -492,7 +492,7 @@ All Global Variables and Functions have one of the following types of linkage:
internal:
-
Similar to private, but the value show as a local symbol (STB_LOCAL in +
Similar to private, but the value shows as a local symbol (STB_LOCAL in the case of ELF) in the object file. This corresponds to the notion of the 'static' keyword in C.