diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 95fb8de319..518070c687 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -733,7 +733,7 @@ an initializer, section, and alignment:</p> <div class="doc_code"> <pre> -@G = constant float 1.0 addrspace(5), section "foo", align 4 +@G = addrspace(5) constant float 1.0 section "foo", align 4 </pre> </div> |