wording fix noticed by Ivan Novick
authorChris Lattner <sabre@nondot.org>
Fri, 8 Jun 2007 16:52:14 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Jun 2007 16:52:14 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37519 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 1c587f88e62ebeace2e9d5d896a4303be31ee3cd..e8813d2751b2f1e704dd7337b40bcd2abf235a40 100644 (file)
@@ -698,7 +698,7 @@ basic block a symbol table entry), contains a list of instructions, and ends
 with a <a href="#terminators">terminator</a> instruction (such as a branch or
 function return).</p>
 
-<p>The first basic block in a program is special in two ways: it is immediately
+<p>The first basic block in a function is special in two ways: it is immediately
 executed on entrance to the function, and it is not allowed to have predecessor
 basic blocks (i.e. there can not be any branches to the entry block of a
 function).  Because the block can have no predecessors, it also cannot have any