This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] mark up quit et.al.


On Fri, Feb 11, 2005 at 01:15:26PM -0500, Andrew Cagney wrote:
> FYI,
> committed,
> Andrew

Perhaps you should wait for someone to proofread this sort of thing.

> @@ -995,7 +995,7 @@ insert_bp_location (struct bp_location *
>  	}
>        else
>  	{
> -	  printf_filtered ("Hardware watchpoint %d deleted ", bpt->owner->number);
> +	  printf_filtered (_("Hardware watchpoint %d deleted "), bpt->owner->number);
>  	  printf_filtered ("because the program has left the block \n");
>  	  printf_filtered ("in which its expression is valid.\n");
>  	  if (bpt->owner->related_breakpoint)

For instance, this one is bogus.

Where's _your_ fire, Andrew?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]