summaryrefslogtreecommitdiff
path: root/gdb/auxv.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-12-31 19:16:35 +0000
committerMichael Snyder <msnyder@specifix.com>2010-12-31 19:16:35 +0000
commit063d51569a462844484401166c2fb3a46691668a (patch)
tree201522edc0dc45c20d218f26be0771a4030becab /gdb/auxv.h
parent76c889a35e18796c235dd690f0bc9ed6b89e61e6 (diff)
downloadgdb-063d51569a462844484401166c2fb3a46691668a.tar.gz
2010-12-31 Michael Snyder <msnyder@vmware.com>
* annotate.c: Comment cleanup, shorten long lines. * arch-utils.c: Ditto. * arch-utils.h: Ditto. * auxv.c: Ditto. * auxv.h: Ditto. * ax-gdb.c: Ditto. * ax-gdb.h: Ditto. * ax-general.c: Ditto. * breakpoint.h: Ditto. * buildsym.h: Ditto.
Diffstat (limited to 'gdb/auxv.h')
-rw-r--r--gdb/auxv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/auxv.h b/gdb/auxv.h
index 679bf17cec2..6a9f6982ff5 100644
--- a/gdb/auxv.h
+++ b/gdb/auxv.h
@@ -40,7 +40,7 @@ extern int target_auxv_parse (struct target_ops *ops,
extern int target_auxv_search (struct target_ops *ops,
CORE_ADDR match, CORE_ADDR *valp);
-/* Print the contents of the target's AUXV on the specified file. */
+/* Print the contents of the target's AUXV on the specified file. */
extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
extern LONGEST memory_xfer_auxv (struct target_ops *ops,