diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-06-19 01:28:40 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-06-22 14:09:43 -0700 |
commit | d7254bea11a0fc2685cc2ea24fb57d2ab3945b2f (patch) | |
tree | 2a1a0cda35b41780c2dfe88c6d46e864d580e2e3 /src/test | |
parent | 8a55da57ed17dfb9cefe3193cbda53a15547630e (diff) | |
download | tor-d7254bea11a0fc2685cc2ea24fb57d2ab3945b2f.tar.gz tor-d7254bea11a0fc2685cc2ea24fb57d2ab3945b2f.zip |
Fix minor comment issues
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 546fa2f4b7..904719d94b 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \ -I"$(top_srcdir)/src/or" # -L flags need to go in LDFLAGS. -l flags need to go in LDADD. -# This seems to matter nowhere but on windows, but I assure you that it +# This seems to matter nowhere but on Windows, but I assure you that it # matters a lot there, and is quite hard to debug if you forget to do it. test_SOURCES = \ |