From: K. Richard Pixley Date: Tue, 17 Aug 1993 22:11:32 +0000 (+0000) Subject: fixed typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f03f9a6c6ea6c93134551f6a9a6366eaf3598a0;p=binutils-gdb.git fixed typo in comment --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 165f3ccd95f..05d5f261f4f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 17 15:10:04 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * frame.h: fixed typo in comment. + Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h. diff --git a/gdb/frame.h b/gdb/frame.h index c0da682c729..89df84313d3 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -98,7 +98,7 @@ struct frame_info int signal_handler_caller; /* Anything extra for this structure that may have been defined - in the machine depedent files. */ + in the machine dependent files. */ #ifdef EXTRA_FRAME_INFO EXTRA_FRAME_INFO #endif