* dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
[deliverable/binutils-gdb.git] / gdb / darwin-nat-info.c
index 4bcb88abc64a547f8732afec56e3fe0ca8f300aa..b4074d45fd05a48cf2c9468c5bb459d9a5367dbd 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support for GDB, the GNU debugger.
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2009, 2010
+   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
@@ -544,7 +544,7 @@ darwin_debug_regions (task_t task, mach_vm_address_t address, int max)
 
       address = prev_address + prev_size;
 
-      /* Check to see if address space has wrapped around. */
+      /* Check to see if address space has wrapped around.  */
       if (address == 0)
         print = done = 1;
 
This page took 0.02534 seconds and 4 git commands to generate.