From patchwork Thu Apr 28 15:20:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 93241 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5AC3EB6F4E for ; Fri, 29 Apr 2011 01:22:33 +1000 (EST) Received: from localhost ([::1]:48405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT30-0002tg-Hz for incoming@patchwork.ozlabs.org; Thu, 28 Apr 2011 11:22:30 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT1W-0000ye-7X for qemu-devel@nongnu.org; Thu, 28 Apr 2011 11:20:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFT1U-0006gV-Bp for qemu-devel@nongnu.org; Thu, 28 Apr 2011 11:20:58 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:59436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFT1T-0006eY-M8; Thu, 28 Apr 2011 11:20:56 -0400 Received: from flocke.fritz.box (p5086FD13.dip.t-dialin.net [80.134.253.19]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0Lb8B7-1PUtnh3FMn-00l87H; Thu, 28 Apr 2011 17:20:45 +0200 Received: from stefan by flocke.fritz.box with local (Exim 4.72) (envelope-from ) id 1QFT1H-0002BD-TQ; Thu, 28 Apr 2011 17:20:43 +0200 From: Stefan Weil To: QEMU Developers Date: Thu, 28 Apr 2011 17:20:25 +0200 Message-Id: <1304004042-8334-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.7.2.5 X-Provags-ID: V02:K0:BpCmiHCsgkSNnL/uvvVLfp2t2yziMXhDBLsMofRXxkz 1PqrDRncKKmg/XPONdsVw4GNB5oH+XtZi0J94k6ymDul0bDVe4 MSvurvg/p+dTH1BWV1yDR6IzTtksVHHjOAG68NAIEF2lOefroP UOaTDBjOGp+pgyo10TByfGZby2LL8AO+HaK6bnGTRWUMPB0PkL UaVgJPe0cGR0KSRLDgzGs1vGfD4jYMoPgRC/+Cdh3ZQKpVr/Op nrVb9Vyrjo4DV X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.8 Cc: qemu-trivial@nongnu.org Subject: [Qemu-devel] [PATCH 01/18] Fix typos in comments (dependancy -> dependency) 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 Signed-off-by: Stefan Weil --- Changelog | 2 +- Makefile.objs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 152feaa..1c41e14 100644 --- a/Changelog +++ b/Changelog @@ -525,7 +525,7 @@ version 0.1.5: - ppc64 support + personality() patch (Rusty Russell) - first Alpha CPU patches (Falk Hueffner) - - removed bfd.h dependancy + - removed bfd.h dependency - fixed shrd, shld, idivl and divl on PowerPC. - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC). diff --git a/Makefile.objs b/Makefile.objs index 0cbff4d..e387ab9 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -335,7 +335,7 @@ trace-dtrace.h: trace-dtrace.dtrace $(call quiet-command,dtrace -o $@ -h -s $<, " GEN trace-dtrace.h") # Normal practice is to name DTrace probe file with a '.d' extension -# but that gets picked up by QEMU's Makefile as an external dependancy +# but that gets picked up by QEMU's Makefile as an external dependency # rule file. So we use '.dtrace' instead trace-dtrace.dtrace: trace-dtrace.dtrace-timestamp trace-dtrace.dtrace-timestamp: $(SRC_PATH)/trace-events config-host.mak