OSDN Git Service

* symtab.h: Fix typo in comment.
authorbrobecke <brobecke>
Thu, 21 Oct 2004 00:52:30 +0000 (00:52 +0000)
committerbrobecke <brobecke>
Thu, 21 Oct 2004 00:52:30 +0000 (00:52 +0000)
gdb/ChangeLog
gdb/symtab.h

index 4b9413a..f6035e8 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-20  Joel Brobecker  <brobecker@gnat.com>
+
+       * symtab.h: Fix typo in comment.
+
 2004-10-19  Mark Kettenis  <kettenis@gnu.org>
 
        * dwarf2read.c (struct comp_unit_head): Fix coding style.
index dfde997..97899b0 100644 (file)
@@ -42,7 +42,7 @@ struct agent_expr;
      struct symbol
      struct partial_symbol
 
-   These structures are layed out to encourage good packing.
+   These structures are laid out to encourage good packing.
    They use ENUM_BITFIELD and short int fields, and they order the
    structure members so that fields less than a word are next
    to each other so they can be packed together. */