diff options
| author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-10-03 22:50:39 +0200 | 
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 22:50:39 +0200 | 
| commit | 2fe0ae78c6975d6fa2fc0c84f2b8944543054105 (patch) | |
| tree | 005a185c1043f5b99f4cd851ad071d6e95025064 /Documentation/dell_rbu.txt | |
| parent | a2ffd2751683f4275d4d1aa5ce37e5a6a1ae21df (diff) | |
| download | linux-2fe0ae78c6975d6fa2fc0c84f2b8944543054105.tar.bz2 | |
Fix typos in Documentation/: 'H'-'M'
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'H'-'M'.
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/dell_rbu.txt')
| -rw-r--r-- | Documentation/dell_rbu.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Documentation/dell_rbu.txt b/Documentation/dell_rbu.txt index 6ddf9fcb2846..b95ee6f94703 100644 --- a/Documentation/dell_rbu.txt +++ b/Documentation/dell_rbu.txt @@ -16,8 +16,8 @@ OpenManage and Dell Update packages (DUP).  Libsmbios can also be used to update BIOS on Dell systems go to  http://linux.dell.com/libsmbios/ for details. -Dell_RBU driver supports BIOS update using the monilothic image and packetized -image methods. In case of moniolithic the driver allocates a contiguous chunk +Dell_RBU driver supports BIOS update using the monolithic image and packetized +image methods. In case of monolithic the driver allocates a contiguous chunk  of physical pages having the BIOS image. In case of packetized the app  using the driver breaks the image in to packets of fixed sizes and the driver  would place each packet in contiguous physical memory. The driver also |