Opened 10 years ago

Closed 10 years ago

#1249 closed defect (fixed)

Typo in sec 8.4.4

Reported by: jackh Owned by:
Priority: minor Milestone: RExt D6
Component: RExt text Version: RExt D6 (P1005) v1
Keywords: Cc: davidf, joel, teruhiko, jct-vc@…

Description

At the beginning of sec 8.4.4, the following passage appears:

The variables nCbS, nCbSw, nCbSh are derived as follows:

nCbS = 1 << log2CbSize (8-25)
nPbSw = nCbS / ( PartMode = = PART_2Nx2N | | PartMode = = PART_2NxN ? 1 : 2 ) (8-25)
nPbSh = nCbS / ( PartMode = = PART_2Nx2N | | PartMode = = PART_Nx2N ? 1 : 2 )

The first line should probably read "The variables nCbS, nPbSw, nPbSh are derived..."

Change History (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc davidf joel teruhiko jct-vc@… added

comment:2 Changed 10 years ago by davidf

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in P1005_v4

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Jack Haughton(Reporter)
  • jct-vc@…(Subscriber)
  • Joel(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Teruhiko Suzuki(Subscriber)