[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix a couple of typos.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 7a41b35d73f40246ea839a0628f50dd937b21d50 # Parent c89d62e7015a25a48225daa929616a5ed44205b4 Fix a couple of typos. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r c89d62e7015a -r 7a41b35d73f4 tools/ioemu/hw/vga.c --- a/tools/ioemu/hw/vga.c Mon Apr 10 16:25:42 2006 +++ b/tools/ioemu/hw/vga.c Mon Apr 10 16:28:02 2006 @@ -1378,7 +1378,7 @@ : "=a" (eax), "=d" (edx) : "0" (op) : "cx"); -#undef __ebx +#undef __bx return edx; } diff -r c89d62e7015a -r 7a41b35d73f4 xen/Makefile --- a/xen/Makefile Mon Apr 10 16:25:42 2006 +++ b/xen/Makefile Mon Apr 10 16:28:02 2006 @@ -48,7 +48,7 @@ endif -.PHONY: install +.PHONY: dist dist: install .PHONY: debug _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |