From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26508 invoked by alias); 10 Jul 2008 16:55:20 -0000 Received: (qmail 26461 invoked by uid 22791); 10 Jul 2008 16:55:18 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jul 2008 16:55:00 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id m6AGssso027850 for ; Thu, 10 Jul 2008 17:54:55 +0100 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps75.corp.google.com with ESMTP id m6AGsrNq007519 for ; Thu, 10 Jul 2008 09:54:53 -0700 Received: by localhost (Postfix, from userid 67641) id 5FA3C1C769A; Thu, 10 Jul 2008 09:54:53 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [OB] fix typo in NEWS Message-Id: <20080710165453.5FA3C1C769A@localhost> Date: Thu, 10 Jul 2008 16:55:00 -0000 From: dje@google.com (Doug Evans) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00150.txt.bz2 Checked in as obvious. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.279 diff -u -p -r1.279 NEWS --- NEWS 10 Jul 2008 09:30:57 -0000 1.279 +++ NEWS 10 Jul 2008 16:44:08 -0000 @@ -68,7 +68,7 @@ find [/size-char] [/max-count] start-add val1 [, val2, ...] Search memory for a sequence of bytes. -set debug timetstamp +set debug timestamp show debug timestamp Display timestamps with GDB debugging output.