From 81d05c2ae210b09018e7b47cbf3c88e712046349 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 16 Jan 2009 09:29:46 +0000 Subject: [PATCH] Grammar fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62319 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
-- 2.34.1