diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml b/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
index dd060b9feda..3e24643d777 100644
--- a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
@@ -9,7 +9,7 @@
spring-boot-sample-web-mustache
spring-boot-sample-web-mustache
- Spring Boot Web FreeMarker Sample
+ Spring Boot Web Mustache Sample
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java b/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java
index 2ecbc8c3649..6ec050a5f4e 100644
--- a/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java
+++ b/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java
@@ -38,7 +38,7 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
- * Basic integration tests for FreeMarker application.
+ * Basic integration tests for Mustache application.
*
* @author Phillip Webb
* @author Andy Wilkinson
diff --git a/spring-boot-starters/spring-boot-starter-mustache/pom.xml b/spring-boot-starters/spring-boot-starter-mustache/pom.xml
index 7916970390d..688ee02d9b6 100644
--- a/spring-boot-starters/spring-boot-starter-mustache/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-mustache/pom.xml
@@ -8,7 +8,7 @@
spring-boot-starter-mustache
spring-boot-starter-mustache
- Spring Boot FreeMarker Starter
+ Spring Boot Mustache Starter
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.