]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix typos in comments (dependancy -> dependency)
authorStefan Weil <weil@mail.berlios.de>
Thu, 28 Apr 2011 15:20:25 +0000 (17:20 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sun, 8 May 2011 09:02:16 +0000 (10:02 +0100)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Changelog
Makefile.objs

index 152feaacb559cffd88eb5ea8a0eb2ec7c73a7d45..1c41e1441d0e07732ac6db640e667ee98ae49637 100644 (file)
--- 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).
 
index 9d8851e5d47ebe52f2a649478ea135b0e22d9425..d82c60d04ea86dafe13e98ba042ae882b79257fd 100644 (file)
@@ -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