diff --git a/src/libpmem/ppc64/init.c b/src/libpmem/ppc64/init.c
index 9540dd237f9ec72d1b820a065f76bda76fed68b1..d00dce760d39a89c911a6becfda9e0a68fd5407f 100644
--- a/src/libpmem/ppc64/init.c
+++ b/src/libpmem/ppc64/init.c
@@ -47,7 +47,7 @@ pmem_init_funcs(struct pmem_funcs *funcs)
 {
 
 	LOG(3, "libpmem: PPC64 support");
-	LOG(3, "PMDK PPC64 support currently is for testing only");
+	LOG(3, "PMDK PPC64 support is currently experimental");
 	LOG(3, "Please dont use this library in production environment");
 
 	/* Init platform and to initialize the pmem funcs */