diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-27 10:39:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-27 10:39:51 +0000 |
commit | 83c0618a0f9191616d51b7760dd929c8bc6c2241 (patch) | |
tree | 8d78f7e150565d084f910019c5259ac24a7130bf /target/linux/rdc-2.6/files | |
parent | 022e20b2a4d7e596b8cbbb37151d092f90b53201 (diff) | |
download | mtk-20170518-83c0618a0f9191616d51b7760dd929c8bc6c2241.zip mtk-20170518-83c0618a0f9191616d51b7760dd929c8bc6c2241.tar.gz mtk-20170518-83c0618a0f9191616d51b7760dd929c8bc6c2241.tar.bz2 |
Fix the comment
SVN-Revision: 8506
Diffstat (limited to 'target/linux/rdc-2.6/files')
-rw-r--r-- | target/linux/rdc-2.6/files/arch/i386/mach-rdc/wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/files/arch/i386/mach-rdc/wdt.c b/target/linux/rdc-2.6/files/arch/i386/mach-rdc/wdt.c index 4e6f12b..12ae4c5 100644 --- a/target/linux/rdc-2.6/files/arch/i386/mach-rdc/wdt.c +++ b/target/linux/rdc-2.6/files/arch/i386/mach-rdc/wdt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2007 Florian Fainelli <florian@openwrt.org> * - * This driver is highly inspired from the rdc321x_wdt driver + * This driver is highly inspired from the cpu5_wdt driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |