From: Pavel Roskin Date: Fri, 13 Jun 2008 15:31:53 +0000 (-0400) Subject: b43-tools typos X-Git-Tag: b43-fwcutter-013~42^2 X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=commitdiff_plain;h=9486a944fe6f0a8e839cdf2d1b1118e225cd2289 b43-tools typos Signed-off-by: Michael Buesch --- diff --git a/ssb_sprom/ssb_sprom.c b/ssb_sprom/ssb_sprom.c index 2b05e9f..facacab 100644 --- a/ssb_sprom/ssb_sprom.c +++ b/ssb_sprom/ssb_sprom.c @@ -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"); diff --git a/ssb_sprom/ssb_sprom.h b/ssb_sprom/ssb_sprom.h index cfc603e..e1b109c 100644 --- a/ssb_sprom/ssb_sprom.h +++ b/ssb_sprom/ssb_sprom.h @@ -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. */ diff --git a/ssb_sprom/utils.c b/ssb_sprom/utils.c index 5d3189e..b57b415 100644 --- a/ssb_sprom/utils.c +++ b/ssb_sprom/utils.c @@ -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. */