diff options
author | Matthew Fernandez <matthew.fernandez@gmail.com> | 2011-06-26 12:21:35 +1000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-23 11:26:12 -0500 |
commit | 8e31bf388e56e5babd9600b110a94381d1be07b1 (patch) | |
tree | 31c076d50bab42a18c46432d4c2995ad2e2f94e8 /target-arm | |
parent | d25f89c9e91d6c46b85969922411a211a6347a7d (diff) |
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 'target-arm')
-rw-r--r-- | target-arm/neon_helper.c | 2 | ||||
-rw-r--r-- | target-arm/op_addsub.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index 28306279a8..b51e35a30f 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c @@ -4,7 +4,7 @@ * Copyright (c) 2007, 2008 CodeSourcery. * Written by Paul Brook * - * This code is licenced under the GNU GPL v2. + * This code is licensed under the GNU GPL v2. */ #include <stdlib.h> #include <stdio.h> diff --git a/target-arm/op_addsub.h b/target-arm/op_addsub.h index c02c92adfa..ca4a1893c3 100644 --- a/target-arm/op_addsub.h +++ b/target-arm/op_addsub.h @@ -4,7 +4,7 @@ * Copyright (c) 2007 CodeSourcery. * Written by Paul Brook * - * This code is licenced under the GPL. + * This code is licensed under the GPL. */ #ifdef ARITH_GE |