From 51c0c60367a904ef697910020a7180764d2694b0 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 7 Nov 2001 15:42:16 +0000 Subject: fix typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bison-desc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appendixa/bison-desc.xml') diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml index f360f9fbd..7f379cbfe 100644 --- a/appendixa/bison-desc.xml +++ b/appendixa/bison-desc.xml @@ -42,7 +42,7 @@ the next thing that the computer sees is the result of 2*3 and the number 1 which are joined by the add symbol. Adding 1 to the previous result makes 7. In calculating the most complex calculations can be broken down in this tree format and the computer just starts at the -bottom and works it's way up to the top and comes with the correct +bottom and works its way up to the top and comes with the correct answer. Of course, Bison isn't only used for calculators alone. -- cgit v1.2.3-54-g00ecf