[gdb] Fix more typos in comments
[deliverable/binutils-gdb.git] / gdb / stack.c
index 32c9c7380b43d8bb0ad296a1b106710b60cc07c6..fa057db6e356b7281be4cf60449855120986e110 100644 (file)
@@ -297,7 +297,7 @@ print_stack_frame (struct frame_info *frame, int print_level,
                   int set_current_sal)
 {
 
-  /* For mi, alway print location and address.  */
+  /* For mi, always print location and address.  */
   if (current_uiout->is_mi_like_p ())
     print_what = LOC_AND_ADDRESS;
 
@@ -349,7 +349,7 @@ print_frame_nameless_args (struct frame_info *frame, long start, int num,
    read in.
 
    Errors are printed as if they would be the parameter value.  Use zeroed ARG
-   iff it should not be printed accoring to user settings.  */
+   iff it should not be printed according to user settings.  */
 
 static void
 print_frame_arg (const frame_print_options &fp_opts,
This page took 0.024331 seconds and 4 git commands to generate.