Show
Ignore:
Timestamp:
05/15/05 12:06:15 (4 years ago)
Author:
khali
Message:

Fix common spelling errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/developers/design

    r430 r3000  
    530530As an example, I will here implement our old LM78 access function: 
    531531 
    532 /* The SMBus locks itself, but ISA access must be locked explicitely! 
     532/* The SMBus locks itself, but ISA access must be locked explicitly! 
    533533   We ignore the LM78 BUSY flag at this moment - it could lead to deadlocks, 
    534534   would slow down the LM78 access and should not be necessary.