aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-12-10 21:06:00 +0000
committerDoug Evans <dje@google.com>2012-12-10 21:06:00 +0000
commitc766f7ecdd6fae075bf21508770bbc296faf4d60 (patch)
treeb88c9da9dced68c64db56baeb0c77e1193dc8d60 /gdb/dwarf2read.c
parent072cabfebd64de234d2ca8bf100f75cf2d07024b (diff)
downloadgdb-c766f7ecdd6fae075bf21508770bbc296faf4d60.zip
gdb-c766f7ecdd6fae075bf21508770bbc296faf4d60.tar.gz
gdb-c766f7ecdd6fae075bf21508770bbc296faf4d60.tar.bz2
* dwarf2read.c (create_dwo_in_dwp): Tweak comment.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 2168c69..7a1bbc5 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -8594,8 +8594,8 @@ create_dwo_in_dwp (struct dwp_file *dwp_file,
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. */