diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 21:49:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 21:49:26 +0000 |
commit | eaef52965e24682d28a6c8a2cd89c235f2b1ab11 (patch) | |
tree | 2fb7acd02903b2b9f22fe0eb674e4bb4eaeb49ea /lang/gcc34 | |
parent | f80d8e69c9ea5c4d2489a012e63ab301d046b7bf (diff) | |
download | FreeBSD-ports-eaef52965e24682d28a6c8a2cd89c235f2b1ab11.zip FreeBSD-ports-eaef52965e24682d28a6c8a2cd89c235f2b1ab11.tar.gz |
Correct spelling in a comment.
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index d1f8cab..4b4391a 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.65 1999/06/24 19:11:49 obrien Exp $ +# $Id: Makefile,v 1.66 1999/07/04 20:55:43 obrien Exp $ # SNAPDATE= 1999-06-23 @@ -53,7 +53,7 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ CONFIGURE_ARGS+= --enable-shared .endif .if defined(WANT_THREADS) -# ?is his an ObjC only thing? +# ?is this an ObjC only thing? CONFIGURE_ARGS+= --enable-threads=posix .endif ALL_TARGET= bootstrap |