diff options
author | Matthew Fernandez | 2011-06-26 04:21:35 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-07-23 18:26:12 +0200 |
commit | 8e31bf388e56e5babd9600b110a94381d1be07b1 (patch) | |
tree | 31c076d50bab42a18c46432d4c2995ad2e2f94e8 /hw/pxa2xx.c | |
parent | Register Linux dyntick timer as per-thread signal (diff) | |
download | qemu-8e31bf388e56e5babd9600b110a94381d1be07b1.tar.gz qemu-8e31bf388e56e5babd9600b110a94381d1be07b1.tar.xz qemu-8e31bf388e56e5babd9600b110a94381d1be07b1.zip |
Correct spelling of licensed
Correct typos of "licenced" to "licensed".
Reviewed-by: Stefan Weil <weil@mail.berlios.de>
Reviewed-by: Andreas F=E4rber <andreas.faerber@web.de>
Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pxa2xx.c')
-rw-r--r-- | hw/pxa2xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pxa2xx.c b/hw/pxa2xx.c index ac5d95d718..cf9311014d 100644 --- a/hw/pxa2xx.c +++ b/hw/pxa2xx.c @@ -4,7 +4,7 @@ * Copyright (c) 2006 Openedhand Ltd. * Written by Andrzej Zaborowski <balrog@zabor.org> * - * This code is licenced under the GPL. + * This code is licensed under the GPL. */ #include "sysbus.h" |