diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 05:56:03 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 05:56:03 +0000 |
commit | f455c5b4e3a28c04e768e17a9a4766ed0c9b03e2 (patch) | |
tree | 9ddc11e3719538a5867e4d178183478aaa3cd40b | |
parent | c5db4c9be225acde3fb1db1e3816116bbb6d3933 (diff) |
typo in comment
-rw-r--r-- | libexec/ld.so/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/test/Makefile b/libexec/ld.so/test/Makefile index 5a35e25ac33..97cf88d26e9 100644 --- a/libexec/ld.so/test/Makefile +++ b/libexec/ld.so/test/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2001/07/11 03:02:24 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.7 2001/07/11 05:56:02 pvalchev Exp $ DIR=/usr/src/libexec/ld.so/obj/ld.so -#necssary to build the shared objects. not necessary for dltest but +#necessary to build the shared objects. not necessary for dltest but #doesn't hurt CFLAGS += -fpic CFLAGS += -g |