On Mon, Dec 30, 2013 at 08:49:58AM +0100, Stefan Weil wrote:
> Am 30.12.2013 06:49, schrieb Hu Tao:
> > Fix incorrect bits of offsets in refcount table entry, l1 table
> > entry and l2 table entry. See REFT_OFFSET_MASK, L1E_OFFSET_MASK
> > and L2E_OFFSET_MASK.
> > 
> > Fix a typo while at the file.
> > 
> > Signed-off-by: Hu Tao <hu...@cn.fujitsu.com>
> > ---
> >  docs/specs/qcow2.txt | 14 +++++++-------
> >  1 file changed, 7 insertions(+), 7 deletions(-)
> > 
> > diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt
> > index f19536a..408f93f 100644
> > --- a/docs/specs/qcow2.txt
> > +++ b/docs/specs/qcow2.txt
> > @@ -192,9 +192,9 @@ as follows:
> >  
> >  Refcount table entry:
> >  
> > -    Bit  0 -  8:    Reserved (set to 0)
> > +    Bit  0 -  7:    Reserved (set to 0)
> >  
> > -         9 - 63:    Bits 9-63 of the offset into the image file at which 
> > the
> > +         8 - 63:    Bits 9-63 of the offset into the image file at which 
> > the
> 
> 
> What about the comment? Does it need a change, too?

Absolutely. Thanks.

Reply via email to