From patchwork Fri Mar 8 20:06:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 226228 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 70D8C2C036B for ; Sat, 9 Mar 2013 07:25:35 +1100 (EST) Received: from localhost ([::1]:37543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE3rB-0001Sq-Jz for incoming@patchwork.ozlabs.org; Fri, 08 Mar 2013 15:25:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE3aa-0000Ca-L1 for qemu-devel@nongnu.org; Fri, 08 Mar 2013 15:08:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE3a8-0000cl-9w for qemu-devel@nongnu.org; Fri, 08 Mar 2013 15:08:24 -0500 Received: from cantor2.suse.de ([195.135.220.15]:39349 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE3a7-0000bC-Uz; Fri, 08 Mar 2013 15:07:56 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 61AA4A523A; Fri, 8 Mar 2013 21:07:12 +0100 (CET) From: Alexander Graf To: qemu-devel qemu-devel Date: Fri, 8 Mar 2013 21:06:55 +0100 Message-Id: <1362773228-1747-54-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 In-Reply-To: <1362773228-1747-1-git-send-email-agraf@suse.de> References: <1362773228-1747-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Blue Swirl , "qemu-ppc@nongnu.org list:PowerPC" , =?utf-8?q?Andreas=20F=C3=A4rber?= , =?utf-8?q?Aur=C3=A9lien=20Jarno?= Subject: [Qemu-devel] [PATCH 53/66] target-ppc: Fix remaining microcontroller typos among models X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Andreas Färber controler -> controller Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- target-ppc/cpu-models.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target-ppc/cpu-models.c b/target-ppc/cpu-models.c index f0be585..66408c0 100644 --- a/target-ppc/cpu-models.c +++ b/target-ppc/cpu-models.c @@ -93,7 +93,7 @@ /* XXX: to be checked */ POWERPC_DEF("401G2", CPU_POWERPC_401G2, 401x2, "PowerPC 401G2") - /* PowerPC 401 microcontrolers */ + /* PowerPC 401 microcontrollers */ #if defined(TODO) POWERPC_DEF("401GF", CPU_POWERPC_401GF, 401, "PowerPC 401GF") @@ -107,7 +107,7 @@ NULL) #endif /* PowerPC 403 family */ - /* PowerPC 403 microcontrolers */ + /* PowerPC 403 microcontrollers */ POWERPC_DEF("403GA", CPU_POWERPC_403GA, 403, "PowerPC 403 GA") POWERPC_DEF("403GB", CPU_POWERPC_403GB, 403, @@ -174,7 +174,7 @@ POWERPC_DEF("405F6", CPU_POWERPC_405F6, 405, "PowerPC 405 F6") #endif - /* PowerPC 405 microcontrolers */ + /* PowerPC 405 microcontrollers */ POWERPC_DEF("405CRa", CPU_POWERPC_405CRa, 405, "PowerPC 405 CRa") POWERPC_DEF("405CRb", CPU_POWERPC_405CRb, 405, @@ -245,7 +245,7 @@ POWERPC_DEF("LC77700", CPU_POWERPC_LC77700, 405, "PowerPC LC77700 (Sanyo)") #endif - /* PowerPC 401/403/405 based set-top-box microcontrolers */ + /* PowerPC 401/403/405 based set-top-box microcontrollers */ #if defined(TODO) POWERPC_DEF("STB01000", CPU_POWERPC_STB01000, 401x2, "STB010000") @@ -337,7 +337,7 @@ POWERPC_DEF("440H6", CPU_POWERPC_440H6, 440Gx5, "PowerPC 440H6") #endif - /* PowerPC 440 microcontrolers */ + /* PowerPC 440 microcontrollers */ POWERPC_DEF("440EPa", CPU_POWERPC_440EPa, 440EP, "PowerPC 440 EPa") POWERPC_DEF("440EPb", CPU_POWERPC_440EPb, 440EP, @@ -397,7 +397,7 @@ POWERPC_DEF("464", CPU_POWERPC_464, 460, "Generic PowerPC 464") #endif - /* PowerPC 464 microcontrolers */ + /* PowerPC 464 microcontrollers */ #if defined(TODO) POWERPC_DEF("464H90", CPU_POWERPC_464H90, 460, "PowerPC 464H90")