Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
Lucas De Marchi
2011-03-30 22:57:33 -03:00
부모 6aba74f279
커밋 25985edced
2463개의 변경된 파일4252개의 추가작업 그리고 4252개의 파일을 삭제

파일 보기

@@ -22,7 +22,7 @@ struct softing_priv {
struct softing *card;
struct {
int pending;
/* variables wich hold the circular buffer */
/* variables which hold the circular buffer */
int echo_put;
int echo_get;
} tx;