Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3158 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-11-02 10:58:35 +00:00
parent 8c4602b9e1
commit 08192e83be

View file

@ -58,9 +58,9 @@
Purpose -
The files in these directories are used by the configuration script to build
a machine/operating-system specific 'mframe.m' file containing macros used
a machine/operating-system specific 'mframe.h' file containing macros used
to access stack frames.
The 'mframe.m' file is simply built by wrapping a system dependent file
The 'mframe.h' file is simply built by wrapping a system dependent file
between mframe.head and mframe.foot
Advice on porting -