]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/dummy-frame.c
2011-01-07 Michael Snyder <msnyder@vmware.com>
[thirdparty/binutils-gdb.git] / gdb / dummy-frame.c
index ef09b5084ce0b9e856f8b890c9b27cf9d5d0b39d..f63659fd22325aa990a23afe6a801f436ed0eac9 100644 (file)
@@ -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);