Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Dieser Commit ist enthalten in:
Lucas De Marchi
2011-03-30 22:57:33 -03:00
Ursprung 6aba74f279
Commit 25985edced
2463 geänderte Dateien mit 4252 neuen und 4252 gelöschten Zeilen

Datei anzeigen

@@ -660,7 +660,7 @@ typedef struct {
* @lparam : logical drives parameters
* @span : span
*
* 8-LD logical drive with upto 8 spans
* 8-LD logical drive with up to 8 spans
*/
typedef struct {
logdrv_param_t lparam;
@@ -673,7 +673,7 @@ typedef struct {
* @lparam : logical drives parameters
* @span : span
*
* 8-LD logical drive with upto 4 spans
* 8-LD logical drive with up to 4 spans
*/
typedef struct {
logdrv_param_t lparam;
@@ -720,7 +720,7 @@ typedef struct {
* @ldrv : logical drives information
* @pdrv : physical drives information
*
* Disk array for 8LD logical drives with upto 8 spans
* Disk array for 8LD logical drives with up to 8 spans
*/
typedef struct {
uint8_t numldrv;
@@ -737,7 +737,7 @@ typedef struct {
* @ldrv : logical drives information
* @pdrv : physical drives information
*
* Disk array for 8LD logical drives with upto 4 spans
* Disk array for 8LD logical drives with up to 4 spans
*/
typedef struct {
uint8_t numldrv;