minor syntax change


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25566 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html
index b7c59a5..99b1e8a 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -595,8 +595,8 @@
 </p>
 
 <div class="doc_code"><pre>
-  asm "inline asm code goes here"
-  asm "more can go here"
+  module asm "inline asm code goes here"
+  module asm "more can go here"
 </pre></div>
 
 <p>The strings can contain any character by escaping non-printable characters.