aboutsummaryrefslogtreecommitdiff
path: root/gdb/auxv.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-12-31 19:16:37 +0000
committerMichael Snyder <msnyder@vmware.com>2010-12-31 19:16:37 +0000
commit0e2de36609cf566ee543fe38f6c5a174306c8902 (patch)
treeb3947cfde6d31c3f326af5a7aaeaa7117e573bca /gdb/auxv.h
parent40a41a9acc434682aca501143e71f91c5ad854c5 (diff)
downloadgdb-0e2de36609cf566ee543fe38f6c5a174306c8902.zip
gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.tar.gz
gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.tar.bz2
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 679bf17..6a9f698 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,