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: [patch] Expand comment about complain() replacement


[as was pointed out privately]
	* complaints.h: Fix spelling errors.
 
Index: complaints.h
===================================================================
RCS file: /cvs/src/src/gdb/complaints.h,v
retrieving revision 1.6
diff -u -r1.6 complaints.h
--- complaints.h	15 Nov 2002 20:55:45 -0000	1.6
+++ complaints.h	15 Nov 2002 21:07:12 -0000
@@ -68,8 +68,8 @@
      msg_complaint (addr);
 
    Yes, the typo is intentional.  The motivation behind this interface
-   change is to eliminate all possability of this problem re-occuring
-   (it has occured in the past and no one is sure that it isn't
+   change is to eliminate all possibility of this problem re-occurring
+   (it has occurred in the past and no one is sure that it isn't
    present now).
 
    Support for complaining about things in the symbol file that aren't

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