From ef0c299e13fa12bdce86c7c59bc4e3330210a9d1 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Mon, 5 May 2008 15:49:47 +0300 Subject: [PATCH] Fix typo in comment --- atf/t_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atf/t_str.c b/atf/t_str.c index 990dcf5..ebbb311 100644 --- a/atf/t_str.c +++ b/atf/t_str.c @@ -24,7 +24,7 @@ ATF_TC_BODY(test_strstr, tc) ATF_CHECK(strstr(s1, s3) == NULL); } -/* Test case 2 -- strmp() */ +/* Test case 2 -- strcmp() */ ATF_TC(test_strcmp); ATF_TC_HEAD(test_strcmp, tc) { -- 2.11.4.GIT