This is the mail archive of the gdb-patches@sourceware.org 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]

[commit] dwarf2read.c (create_dwo_in_dwp): Tweak comment.


Hi.

fyi, committed.

2012-12-10  Doug Evans  <dje@google.com>

	* dwarf2read.c (create_dwo_in_dwp): Tweak comment.

Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.718
diff -u -p -r1.718 dwarf2read.c
--- dwarf2read.c	10 Dec 2012 17:17:27 -0000	1.718
+++ dwarf2read.c	10 Dec 2012 21:04:04 -0000
@@ -8594,8 +8594,8 @@ create_dwo_in_dwp (struct dwp_file *dwp_
      have dwo_unit "live" in that.  At least for now.
 
      The DWP file can be made up of a random collection of CUs and TUs.
-     However, for each CU + set of TUs that came from the same original
-     DWO file, we want combine them back into a virtual DWO file to save space
+     However, for each CU + set of TUs that came from the same original DWO
+     file, we want to combine them back into a virtual DWO file to save space
      (fewer struct dwo_file objects to allocated).  Remember that for really
      large apps there can be on the order of 8K CUs and 200K TUs, or more.  */
 


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