From 3eb8d4aeeb411469a143924aff08f47bb8788f92 Mon Sep 17 00:00:00 2001 From: rgrjr Date: Wed, 27 Dec 2006 06:15:08 +0000 Subject: [PATCH] Fix minor typos. git-svn-id: https://svn.perl.org/parrot/trunk@16271 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- docs/pdds/pdd13_bytecode.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pdds/pdd13_bytecode.pod b/docs/pdds/pdd13_bytecode.pod index 84efd09007..99b06d6309 100644 --- a/docs/pdds/pdd13_bytecode.pod +++ b/docs/pdds/pdd13_bytecode.pod @@ -130,7 +130,7 @@ Note that in this section only, offsets and lengths are in bytes. | | | this is the string C<\376PBC\r\n\032\n> (ASCII) or | | | | C<\xfe\x50\x42\x43\x0d\x0a\x1a\x0a>. | +--------+--------+--------------------------------------------------------+ - | 8 | 1 | Word size in bytes of words making up the segements of | + | 8 | 1 | Word size in bytes of words making up the segments of | | | | the PBC file. Must be one of: | | | | 0x04 - 4 byte (32-bit) words | | | | 0x08 - 8 byte (64-bit) words | @@ -147,15 +147,15 @@ Note that in this section only, offsets and lengths are in bytes. +--------+--------+--------------------------------------------------------+ | 11 | 1 | Major version number of the version of Parrot that | | | | wrote this bytecode file. For example, if Parrot 0.9.5 | - | | | wrote it,this byte would have the value 0. | + | | | wrote it, this byte would have the value 0. | +--------+--------+--------------------------------------------------------+ | 12 | 1 | Minor version number of the version of Parrot that | | | | wrote this bytecode file. For example, if Parrot 0.9.5 | - | | | wrote it,this byte would have the value 9. | + | | | wrote it, this byte would have the value 9. | +--------+--------+--------------------------------------------------------+ | 13 | 1 | Patch version number of the version of Parrot that | | | | wrote this bytecode file. For example, if Parrot 0.9.5 | - | | | wrote it,this byte would have the value 5. | + | | | wrote it, this byte would have the value 5. | +--------+--------+--------------------------------------------------------+ | 14 | 1 | Major version number of the bytecode file format. See | | | | the section below on bytecode file format version | -- 2.11.4.GIT