Fix typo in comment
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 23 Aug 2016 17:49:56 +0000 (13:49 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 23 Aug 2016 17:49:56 +0000 (13:49 -0400)
gdb/ChangeLog:

* stack.c (parse_frame_specification): Fix typo in comment.

gdb/ChangeLog
gdb/stack.c

index 08a9bb56cf4f048d6b878e95b3d3fe6f20b6d8d6..85de2e4beb15fe0c0686dfcad123f9a0c5cce941 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-23  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * stack.c (parse_frame_specification): Fix typo in comment.
+
 2016-08-23  Pedro Alves  <palves@redhat.com>
 
        PR gdb/20494
index e890949c06c9166b99884be007a70d0019ff8176..417e887b28ad5f18396b7f91f7a53d2612dac63d 100644 (file)
@@ -1277,8 +1277,8 @@ print_frame (struct frame_info *frame, int print_level,
 
 /* Read a frame specification in whatever the appropriate format is from
    FRAME_EXP.  Call error() if the specification is in any way invalid (so
-   this function never returns NULL).  When SEPECTED_P is non-NULL set its
-   target to indicate that the default selected frame was used.  */
+   this function never returns NULL).  When SELECTED_FRAME_P is non-NULL
+   set its target to indicate that the default selected frame was used.  */
 
 static struct frame_info *
 parse_frame_specification (const char *frame_exp, int *selected_frame_p)
This page took 0.031928 seconds and 4 git commands to generate.