This is the mail archive of the archer-commits@sourceware.org mailing list for the Archer 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]

[SCM] archer-keiths-expr-cumulative: Simplify a comment. Not needed.


The branch, archer-keiths-expr-cumulative has been updated
       via  2b0f09640130bfc86e465a715e78848a61f22df8 (commit)
      from  cb92bf334f04ace153a2b8b71e293f79e275248a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 2b0f09640130bfc86e465a715e78848a61f22df8
Author: keiths <keiths@redhat.com>
Date:   Tue Nov 10 16:34:05 2009 -0800

    Simplify a comment. Not needed.

-----------------------------------------------------------------------

Summary of changes:
 gdb/c-exp.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/c-exp.y b/gdb/c-exp.y
index a35fa20..c6f941f 100644
--- a/gdb/c-exp.y
+++ b/gdb/c-exp.y
@@ -1320,7 +1320,7 @@ name_not_typename :	NAME
 %%
 
 /* Returns a stoken of the operator name given by OP (which does not
-   include the string "operator").  The result is malloc'd.  */
+   include the string "operator").  */ 
 static struct stoken
 operator_stoken (const char *op)
 {


hooks/post-receive
--
Repository for Project Archer.


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