aboutsummaryrefslogtreecommitdiff
path: root/gdb/progspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/progspace.h')
-rw-r--r--gdb/progspace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/progspace.h b/gdb/progspace.h
index 5a053b9..c281648 100644
--- a/gdb/progspace.h
+++ b/gdb/progspace.h
@@ -140,7 +140,7 @@ struct program_space
typedef next_adapter<struct objfile> objfiles_range;
- /* Return an iterarable object that can be used to iterate over all
+ /* Return an iterable object that can be used to iterate over all
objfiles. The basic use is in a foreach, like:
for (objfile *objf : pspace->objfiles ()) { ... } */