diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-10 20:36:00 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-10 20:36:00 +0000 |
commit | 085073c7d66b8f613aa9b5f7aec83f3e06efcad9 (patch) | |
tree | c0e89f0a58f2e5aeee928e8d7d6ad5d5c6d8e768 /gcc/crtstuff.c | |
parent | 3152103ffddb6860721581d6689c12797a741b74 (diff) | |
download | gcc-085073c7d66b8f613aa9b5f7aec83f3e06efcad9.tar.gz |
Fixed typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index c0d06494e4f..50964a80050 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -394,7 +394,7 @@ __do_global_ctors () { func_ptr *p; #ifdef EH_FRAME_SECTION_ASM_OP - static struct oobject object; + static struct object object; __register_frame (__EH_FRAME_BEGIN__, &object); #endif for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; p--) |