From ba61fd9cd1367589aad7e8056821f88f2e5b550b Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Wed, 30 Apr 2014 17:35:44 +0800 Subject: rename libtcc1.c --- tests/abitest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/abitest.c') diff --git a/tests/abitest.c b/tests/abitest.c index 3ad707a..d840d85 100644 --- a/tests/abitest.c +++ b/tests/abitest.c @@ -468,7 +468,7 @@ int main(int argc, char **argv) { const char *testname = NULL; int retval = EXIT_SUCCESS; - /* if tcclib.h and libtcc1.a are not installed, where can we find them */ + /* if tcclib.h and libcrt.a are not installed, where can we find them */ for (i = 1; i < argc; ++i) { if (!memcmp(argv[i], "lib_path=",9)) tccdir = argv[i] + 9; -- cgit v1.3.1