Fix a small typo in testutils.c.

Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>

diff --git a/tests/testutils.c b/tests/testutils.c
index b39aa75..b904d89 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -135,7 +135,7 @@ int test_addr_huge(void *p)
        if (ret < 0)
                return ret;
        if (ret == 0) {
-               ERROR("Couldn't find addres %p in /proc/self/maps\n", p);
+               ERROR("Couldn't find address %p in /proc/self/maps\n", p);
                return -1;
        }
 

-- 
Nishanth Aravamudan <[EMAIL PROTECTED]>
IBM Linux Technology Center

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to