Submitter | Jonathan A. Kollasch |
---|---|
Date | 2010-10-18 14:26:46 |
Message ID | <20101018142646.GC1206@tarantulon.kollasch.net> |
Download | mbox | patch |
Permalink | /patch/2132/ |
State | Accepted |
Commit | r5971 |
Headers | show |
Comments
Jonathan A. Kollasch wrote: > Correct spelling of spacing (in comments). > > Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Trivial, self-ack stuff like this next time. Acked-by: Peter Stuge <peter@stuge.se>
On Mon, Oct 18, 2010 at 02:26:46PM +0000, Jonathan A. Kollasch wrote: > Correct spelling of spacing (in comments). > > Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> > --- r5971.
Patch
Index: src/northbridge/intel/i855/raminit.c =================================================================== --- src/northbridge/intel/i855/raminit.c (revision 5965) +++ src/northbridge/intel/i855/raminit.c (working copy) @@ -755,7 +755,7 @@ */ /* - * Back to Back Read-Write command spaceing (DDR, different Rows/Bank) + * Back to Back Read-Write command spacing (DDR, different Rows/Bank) */ /* Set to a 3 clock back to back read to write turn around. * 2 is a good delay if the CAS latency is 2.0 */ @@ -766,7 +766,7 @@ dram_timing |= (1 << 28); // 3 clocks /* - * Back to Back Read-Write command spaceing (DDR, same or different Rows/Bank) + * Back to Back Read-Write command spacing (DDR, same or different Rows/Bank) */ dram_timing &= ~(3 << 26); if (current_cas_latency == DRT_CAS_2_0)
Correct spelling of spacing (in comments). Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> ---