diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-14 09:05:11 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-04-14 09:05:11 -0400 |
commit | 1c3b948b0706f86902f6fbd8f92bc27d6bc8f738 (patch) | |
tree | 716c78f146c1e606aed5360b48f184d1981000e6 | |
parent | 3731dc0c6f6691bfdfa1dd2278c9d1b9d145c1a4 (diff) | |
download | gcc-1c3b948b0706f86902f6fbd8f92bc27d6bc8f738.zip gcc-1c3b948b0706f86902f6fbd8f92bc27d6bc8f738.tar.gz gcc-1c3b948b0706f86902f6fbd8f92bc27d6bc8f738.tar.bz2 |
Fix typo with comment.
From-SVN: r9380
-rw-r--r-- | gcc/config/winnt/win-nt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/winnt/win-nt.h b/gcc/config/winnt/win-nt.h index 06674f3..9a79d01 100644 --- a/gcc/config/winnt/win-nt.h +++ b/gcc/config/winnt/win-nt.h @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_MEM_FUNCTIONS |