This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2114
-- gerrit commit 40af6b93e6ed6a62cd61d6d41535767f64188ac2 Author: Spencer Oliver <[email protected]> Date: Tue Apr 15 15:24:32 2014 +0100 armv7a: fix typo in cache_config help text Change-Id: I48cb83bf56b2f6841c3add68ed94b9f92037357d Signed-off-by: Spencer Oliver <[email protected]> diff --git a/src/target/armv7a.c b/src/target/armv7a.c index bfe4ef4..11e7a37 100644 --- a/src/target/armv7a.c +++ b/src/target/armv7a.c @@ -785,7 +785,7 @@ const struct command_registration l2x_cache_command_handlers[] = { { .name = "cache_config", .mode = COMMAND_EXEC, - .help = "cache configuation for a target", + .help = "cache configuration for a target", .usage = "", .chain = l2_cache_commands, }, -- ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
