b43-tools typos
authorPavel Roskin <proski@gnu.org>
Fri, 13 Jun 2008 15:31:53 +0000 (11:31 -0400)
committerMichael Buesch <mb@bu3sch.de>
Fri, 13 Jun 2008 15:46:05 +0000 (17:46 +0200)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
ssb_sprom/ssb_sprom.c
ssb_sprom/ssb_sprom.h
ssb_sprom/utils.c

index 2b05e9feba3e1bf5e1aebcd8c12d99f07dc70605..facacab9f643f0ca9762908f79ce2f0f9610e9c4 100644 (file)
@@ -16,7 +16,7 @@
 
   You should have received a copy of the GNU General Public License
   along with this program; see the file COPYING.  If not, write to
-  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
+  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301, USA.
 
 */
@@ -398,7 +398,7 @@ static void display_value(const uint8_t *sprom,
                value = sprom[offset];
                break;
        case VALUE_SUBP:
-               desc = "Subsytem product ID";
+               desc = "Subsystem product ID";
                if (sprom_rev == 4)
                        offset = SPROM4_SUBP;
                else
@@ -937,7 +937,7 @@ static void print_usage(int argc, char *argv[])
        prdata("  -g|--rawget OFF       Get a value at a byte-OFFset\n");
        prdata("\n");
        prdata("Predefined values (for displaying (GET) or modification):\n");
-       prdata("  --subp [0xFFFF]       Subsytem product ID for PCI\n");
+       prdata("  --subp [0xFFFF]       Subsystem product ID for PCI\n");
        prdata("  --subv [0xFFFF]       Subsystem vendor ID for PCI\n");
        prdata("  --ppid [0xFFFF]       Product ID for PCI\n");
        prdata("  --bflhi [0xFFFF]      High 16 bits of boardflags (only if spromversion > 1)\n");
index cfc603ed65320168a9dc10242bf3ee15a0c04395..e1b109cbf2d59f73b9a69cbf443a6dabdde834ed 100644 (file)
@@ -16,7 +16,7 @@
 
   You should have received a copy of the GNU General Public License
   along with this program; see the file COPYING.  If not, write to
-  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
+  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301, USA.
 
 */
index 5d3189e99c6c251c05b920c87ffe13bc524ad0da..b57b415d798cd8d17ad0231de71c52cca91cbed9 100644 (file)
@@ -16,7 +16,7 @@
 
   You should have received a copy of the GNU General Public License
   along with this program; see the file COPYING.  If not, write to
-  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
+  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301, USA.
 
 */