From: Felix Fietkau Date: Fri, 3 Nov 2006 22:11:29 +0000 (+0000) Subject: fix typo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cf2bbf1938a1d12c5c46c88f61b1b6cc9ca524f4;p=15.05%2Fopenwrt.git fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5428 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index b7c67314f7..e0b08be3dd 100644 --- a/package/broadcom-diag/src/diag.c +++ b/package/broadcom-diag/src/diag.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id:$ + * $Id$ */ #include #include @@ -241,7 +241,7 @@ static struct platform_t platforms[] = { }, }, [WL300G] = { - .name = "ASUS WL-500g", + .name = "ASUS WL-300g", .buttons = { { .name = "reset", .gpio = 1 << 6 }, },