From 5bccb4d1dfa686127d31ec032202ec226ffdab9f Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 21 Oct 2004 00:52:30 +0000 Subject: [PATCH] * symtab.h: Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/symtab.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b9413ab59..f6035e8dc8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-10-20 Joel Brobecker + + * symtab.h: Fix typo in comment. + 2004-10-19 Mark Kettenis * dwarf2read.c (struct comp_unit_head): Fix coding style. diff --git a/gdb/symtab.h b/gdb/symtab.h index dfde99788e..97899b0b56 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -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. */ -- 2.34.1