diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-09 10:25:08 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-09 10:25:52 -0800 |
commit | 910dd664ceb6faef5e9029e9b0848d7ccc63bf4b (patch) | |
tree | e94c456002048802ac86043a7ecaaf8ffb682697 /src/flash/nand | |
parent | 26d7ed08f9ff220be583179fdea76466739cf32d (diff) | |
download | openocd+libswd-910dd664ceb6faef5e9029e9b0848d7ccc63bf4b.tar.gz openocd+libswd-910dd664ceb6faef5e9029e9b0848d7ccc63bf4b.tar.bz2 openocd+libswd-910dd664ceb6faef5e9029e9b0848d7ccc63bf4b.tar.xz openocd+libswd-910dd664ceb6faef5e9029e9b0848d7ccc63bf4b.zip |
Comment and doxygen fixes
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/flash/nand')
-rw-r--r-- | src/flash/nand/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/driver.h b/src/flash/nand/driver.h index 545a731b..fe73e906 100644 --- a/src/flash/nand/driver.h +++ b/src/flash/nand/driver.h @@ -86,7 +86,7 @@ struct nand_flash_controller /** * Find a NAND flash controller by name. - * @param The name of the NAND controller to find. + * @param name Identifies the NAND controller to find. * @returns The nand_flash_controller named @c name, or NULL if not found. */ struct nand_flash_controller *nand_driver_find_by_name(const char *name); |