helper: nvp: minor fixes
Fix incorrect reference for original file. Fix copy-paste example. Change-Id: I1ea7909ca241611122f93ca11a4c94c97674b430 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8037 Tested-by: jenkins Reviewed-by: Henrik Nordström <henrik.nordstrom@addiva.se>
This commit is contained in:
parent
49348f1ce1
commit
d3d287bf67
|
@ -14,7 +14,7 @@
|
|||
* Copyright 2009 David Brownell
|
||||
* Copyright (c) 2005-2011 Jim Tcl Project. All rights reserved.
|
||||
*
|
||||
* This file is extracted from jim_nvp.c, originally part of jim TCL code.
|
||||
* This file is extracted from jim-nvp.c, originally part of jim TCL code.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* Copyright 2009 David Brownell
|
||||
* Copyright (c) 2005-2011 Jim Tcl Project. All rights reserved.
|
||||
*
|
||||
* This file is extracted from jim_nvp.h, originally part of jim TCL code.
|
||||
* This file is extracted from jim-nvp.h, originally part of jim TCL code.
|
||||
*/
|
||||
|
||||
#ifndef OPENOCD_HELPER_NVP_H
|
||||
|
@ -51,7 +51,7 @@
|
|||
* returns &yn[0];
|
||||
* result = nvp_name2value(yn, "no");
|
||||
* returns &yn[1];
|
||||
* result = jim_nvp_name2value(yn, "Blah");
|
||||
* result = nvp_name2value(yn, "Blah");
|
||||
* returns &yn[4];
|
||||
* \endcode
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue