aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-10-21 00:52:30 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-10-21 00:52:30 +0000
commit5bccb4d1dfa686127d31ec032202ec226ffdab9f (patch)
tree1512a0b97345b6f472fd7709d8f4b14ad8f2a678 /gdb/symtab.h
parenta6b6b87b6988c049378c7a0d4e247145bd2b9d74 (diff)
downloadgdb-5bccb4d1dfa686127d31ec032202ec226ffdab9f.zip
gdb-5bccb4d1dfa686127d31ec032202ec226ffdab9f.tar.gz
gdb-5bccb4d1dfa686127d31ec032202ec226ffdab9f.tar.bz2
* symtab.h: Fix typo in comment.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index dfde997..97899b0 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. */