reformat comment in target.h

A comment in target.h went past the column limit.  This patch
reformats it.  I'm pushing this as obvious.

2014-07-16  Tom Tromey  <tromey@redhat.com>

	* target.h (struct target_ops) <to_delete_record>: Reformat
	comment.
This commit is contained in:
Tom Tromey 2014-07-16 08:09:27 -06:00
parent a432721e61
commit 252db1b5de
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-07-16 Tom Tromey <tromey@redhat.com>
* target.h (struct target_ops) <to_delete_record>: Reformat
comment.
2014-07-16 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.

View File

@ -1029,7 +1029,8 @@ struct target_ops
void (*to_save_record) (struct target_ops *, const char *filename)
TARGET_DEFAULT_NORETURN (tcomplain ());
/* Delete the recorded execution trace from the current position onwards. */
/* Delete the recorded execution trace from the current position
onwards. */
void (*to_delete_record) (struct target_ops *)
TARGET_DEFAULT_NORETURN (tcomplain ());