Fix anachronism/typo in syntax of declaration of llvm.va_start.
[oota-llvm.git] / docs / LangRef.rst
index 98654f3cc31cb17375bf6b97ab722413cb0fc860..f961188af7a45d02928b202faf65c47da3496402 100644 (file)
@@ -6310,7 +6310,7 @@ Syntax:
 
 ::
 
-      declare void %llvm.va_start(i8* <arglist>)
+      declare void @llvm.va_start(i8* <arglist>)
 
 Overview:
 """""""""