gdb/
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index b3a32d2a08a179c4c3a57d6257efdaafb5e611a0..f63659fd22325aa990a23afe6a801f436ed0eac9 100644 (file)
@@ -2,7 +2,7 @@
 
    Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
    1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008, 2009,
-   2010 Free Software Foundation, Inc.
+   2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -121,7 +121,7 @@ pop_dummy_frame (struct dummy_frame **dummy_ptr)
   restore_infcall_suspend_state ((*dummy_ptr)->caller_state);
 
   /* restore_infcall_control_state frees inf_state,
-     all that remains is to pop *dummy_ptr */
+     all that remains is to pop *dummy_ptr */
   dummy = *dummy_ptr;
   *dummy_ptr = dummy->next;
   xfree (dummy);
This page took 0.02536 seconds and 4 git commands to generate.