diff options
author | Timur Tabi <timur@freescale.com> | 2012-06-18 19:11:34 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-07-03 11:07:21 -0500 |
commit | a6cdaa0cd19cc85137a3ae159aac9c4d700b617b (patch) | |
tree | 68108cea61c293e0c2e4bcff7f25ddb4a8d9d1e4 /arch/powerpc/cpu | |
parent | 558cd995d6d3eaa94fb342d142289a1fa2f76ba3 (diff) | |
download | u-boot-imx-a6cdaa0cd19cc85137a3ae159aac9c4d700b617b.zip u-boot-imx-a6cdaa0cd19cc85137a3ae159aac9c4d700b617b.tar.gz u-boot-imx-a6cdaa0cd19cc85137a3ae159aac9c4d700b617b.tar.bz2 |
powerpc/mpc83xx: fix copyright string in serdes.c
The misspelling of "semiconductor" causes some internal copyright analysis
tools to complain.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc83xx/serdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/serdes.c b/arch/powerpc/cpu/mpc83xx/serdes.c index a88fab9..2d5ee03 100644 --- a/arch/powerpc/cpu/mpc83xx/serdes.c +++ b/arch/powerpc/cpu/mpc83xx/serdes.c @@ -1,7 +1,7 @@ /* * Freescale SerDes initialization routine * - * Copyright (C) 2007,2011 Freescale Semicondutor, Inc. + * Copyright 2007,2011 Freescale Semiconductor, Inc. * Copyright (C) 2008 MontaVista Software, Inc. * * Author: Li Yang <leoli@freescale.com> |