[gdb] Fix typos in comments
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index eed714636dc1fda7710bca6d008a48c790d09a17..e76fe9aaf4297311dd66cf7adae53a9647623c37 100644 (file)
@@ -187,7 +187,7 @@ static const struct ecoff_debug_swap *debug_swap;
 
 static struct ecoff_debug_info *debug_info;
 
-/* Pointer to current file decriptor record, and its index.  */
+/* Pointer to current file descriptor record, and its index.  */
 
 static FDR *cur_fdr;
 static int cur_fd;
@@ -3729,7 +3729,7 @@ parse_partial_symbols (minimal_symbol_reader &reader,
          if (rh == f_idx)
            continue;
 
-         /* Do not add to dependeny list if psymtab was empty.  */
+         /* Do not add to dependency list if psymtab was empty.  */
          if (fdr_to_pst[rh].pst == NULL)
            continue;
          pst->dependencies[pst->number_of_dependencies++]
This page took 0.024409 seconds and 4 git commands to generate.