From patchwork Wed Mar 18 16:29:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 451533 X-Patchwork-Delegate: michael@ellerman.id.au Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BD2131400B6 for ; Thu, 19 Mar 2015 03:30:25 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 940861A0C3C for ; Thu, 19 Mar 2015 03:30:25 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from winston.telenet-ops.be (winston.telenet-ops.be [195.130.137.75]) by lists.ozlabs.org (Postfix) with ESMTP id 5B10B1A02F4 for ; Thu, 19 Mar 2015 03:29:22 +1100 (AEDT) Received: from albert.telenet-ops.be (albert.telenet-ops.be [195.130.137.90]) by winston.telenet-ops.be (Postfix) with ESMTP id 0577E1BC31F for ; Wed, 18 Mar 2015 17:29:18 +0100 (CET) Received: from ayla.of.borg ([84.193.93.87]) by albert.telenet-ops.be with bizsmtp id 54VD1q02B1t5w8s064VDkF; Wed, 18 Mar 2015 17:29:17 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1YYGqH-0007UW-OJ; Wed, 18 Mar 2015 17:29:13 +0100 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1YYGqJ-0005kZ-B9; Wed, 18 Mar 2015 17:29:15 +0100 From: Geert Uytterhoeven To: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Jiri Kosina Subject: [PATCH trivial] powerpc: Spelling s/embeeded/embedded/ Date: Wed, 18 Mar 2015 17:29:13 +0100 Message-Id: <1426696153-22070-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 Cc: linuxppc-dev@lists.ozlabs.org, Geert Uytterhoeven X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Signed-off-by: Geert Uytterhoeven --- arch/powerpc/platforms/Kconfig.cputype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 76483e3acd60e432..0e1a6ce270086d1c 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype @@ -15,7 +15,7 @@ choice The most common ones are the desktop and server CPUs (601, 603, 604, 740, 750, 74xx) CPUs from Freescale and IBM, with their embedded 512x/52xx/82xx/83xx/86xx counterparts. - The other embeeded parts, namely 4xx, 8xx, e200 (55xx) and e500 + The other embedded parts, namely 4xx, 8xx, e200 (55xx) and e500 (85xx) each form a family of their own that is not compatible with the others.