]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ada-tasks.c
[gdb] Fix more typos in comments
[thirdparty/binutils-gdb.git] / gdb / ada-tasks.c
index e4a52976dcb791ff5d5d2527188d8713531a7487..e5504e9bd3dfcb049ef254ee32e108a29113a513 100644 (file)
@@ -604,7 +604,7 @@ ptid_from_atcb_common (struct value *common_value)
 }
 
 /* Read the ATCB data of a given task given its TASK_ID (which is in practice
-   the address of its assocated ATCB record), and store the result inside
+   the address of its associated ATCB record), and store the result inside
    TASK_INFO.  */
 
 static void
@@ -744,7 +744,7 @@ read_atcb (CORE_ADDR task_id, struct ada_task_info *task_info)
                                        called_task_fieldno));
     }
 
-  /* If the ATCB cotnains some information about RV callers, then
+  /* If the ATCB contains some information about RV callers, then
      compute the "caller_task".  Otherwise, leave it as zero.  */
 
   if (pspace_data->atcb_fieldno.call >= 0)