[gdb] Fix typos in comments
[deliverable/binutils-gdb.git] / gdb / osabi.c
index cdf72a7664f82fe8140ffd8b5900848355b1081b..cc1652c5ad0d057b893ff2bf66164cdb9f738cbc 100644 (file)
@@ -415,7 +415,7 @@ check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
   /* If this assertion triggers, increase MAX_NOTESZ.  */
   gdb_assert (notesz <= MAX_NOTESZ);
 
-  /* Check whether SECT is big enough to comtain the complete note.  */
+  /* Check whether SECT is big enough to contain the complete note.  */
   if (notesz > bfd_section_size (sect))
     return 0;
 
This page took 0.024436 seconds and 4 git commands to generate.