Home
last modified time | relevance | path

Searched refs:typo (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/scripts/
Dcheckpatch.pl2951 my $typo = $1;
2952 my $typo_fix = $spelling_fix{lc($typo)};
2953 $typo_fix = ucfirst($typo_fix) if ($typo =~ /^[A-Z]/);
2954 $typo_fix = uc($typo_fix) if ($typo =~ /^[A-Z]+$/);
2958 "'$typo' may be misspelled - perhaps '$typo_fix'?\n" . $herecurr) &&
2960 $fixed[$fixlinenr] =~ s/(^|[^A-Za-z@])($typo)($|[^A-Za-z@])/$1$typo_fix$3/;
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst448 * :github:`6625` - stm32: pwm: PWM 3 typo
Drelease-notes-2.1.rst720 * :github:`19415` - typo in nucleo\_l496zg.dts
Drelease-notes-2.2.rst782 * :github:`22822` - mesh: typo in condition in comp_add_elem of cfg_srv
Drelease-notes-3.3.rst2869 * :github:`54654` - LE Audio: Kconfig typo in ``pacs.c``
3227 * :github:`52404` - mgmt: mcumgr: Callback include file has file name typo
Drelease-notes-3.2.rst2020 * :github:`49178` - subsys: pm: stats: typo causes build failure