diff options
| author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-10-03 22:49:15 +0200 | 
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 22:49:15 +0200 | 
| commit | a2ffd2751683f4275d4d1aa5ce37e5a6a1ae21df (patch) | |
| tree | 81d772c66b92c87e585dde45f89b91904055471b /Documentation/dell_rbu.txt | |
| parent | fff9289b219f48cb2296714fea3d71f516991f9f (diff) | |
| download | linux-a2ffd2751683f4275d4d1aa5ce37e5a6a1ae21df.tar.bz2 | |
Fix typos in Documentation/: 'F'-'G'
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'F'-'G'.
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
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 8c93d8813791..6ddf9fcb2846 100644 --- a/Documentation/dell_rbu.txt +++ b/Documentation/dell_rbu.txt @@ -55,8 +55,8 @@ echo XXXX > /sys/devices/platform/dell_rbu/packet_size  In the packet update mechanism, the user neesd to create a new file having  packets of data arranged back to back. It can be done as follows  The user creates packets header, gets the chunk of the BIOS image and -placs it next to the packetheader; now, the packetheader + BIOS image chunk -added to geather should match the specified packet_size. This makes one +places it next to the packetheader; now, the packetheader + BIOS image chunk +added together should match the specified packet_size. This makes one  packet, the user needs to create more such packets out of the entire BIOS  image file and then arrange all these packets back to back in to one single  file. |