Small fix to gdb.Value constructor doc
[deliverable/binutils-gdb.git] / gdb / solib-dsbt.c
index 5a16183501639fa723bc6513dd087661b7bdc367..20310144f32b2e93d6864e89ff0dc5e1f294ca5d 100644 (file)
@@ -650,7 +650,7 @@ dsbt_current_sos (void)
   /* Locate the address of the first link map struct.  */
   lm_addr = lm_base ();
 
-  /* We have at least one link map entry.  Fetch the the lot of them,
+  /* We have at least one link map entry.  Fetch the lot of them,
      building the solist chain.  */
   while (lm_addr)
     {
This page took 0.02856 seconds and 4 git commands to generate.