diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-28 17:20:25 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-08 10:02:16 +0100 |
commit | cbae0863d60a3708cb2c0647b35ea34b40313246 (patch) | |
tree | 596741debdc74cca528beedbd6cb83eaf1ed5d62 /Makefile.objs | |
parent | ebabb67a17b58c729e12523cb21b2d6c1d93abc6 (diff) |
Fix typos in comments (dependancy -> dependency)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 9d8851e5d4..d82c60d04e 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 |