doc: fix Kconfig misspellings
Fix misspellings in Kconfig files missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
faa398f078
commit
2aebc980e2
8 changed files with 14 additions and 14 deletions
|
@ -25,21 +25,21 @@ config CAN_PROP_SEG
|
|||
default 2
|
||||
range 1 8
|
||||
help
|
||||
Time quantums of propagation segment (ISO 11898-1)
|
||||
Time quanta of propagation segment (ISO 11898-1)
|
||||
|
||||
config CAN_PHASE_SEG1
|
||||
int "Phase_Seg1"
|
||||
default 7
|
||||
range 1 8
|
||||
help
|
||||
Time quantums of phase buffer 1 segment (ISO 11898-1)
|
||||
Time quanta of phase buffer 1 segment (ISO 11898-1)
|
||||
|
||||
config CAN_PHASE_SEG2
|
||||
int "Phase_Seg2"
|
||||
default 6
|
||||
range 2 8
|
||||
help
|
||||
Time quantums of phase buffer 2 segment (ISO 11898-1)
|
||||
Time quanta of phase buffer 2 segment (ISO 11898-1)
|
||||
|
||||
config CAN_SJW
|
||||
int "SJW"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue