diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-07 15:42:16 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-07 15:42:16 +0000 |
commit | 51c0c60367a904ef697910020a7180764d2694b0 (patch) | |
tree | d370f153ea882ab255c3f015a041278746cc4577 /appendixa/bison-desc.xml | |
parent | 8f98b45c4b3a40197c2d1cc32eb6816053b51728 (diff) |
fix typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bison-desc.xml')
-rw-r--r-- | appendixa/bison-desc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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.</para> </sect2> |