diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java
index 1ef5cf4e91d3..80bff803aaae 100644
--- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java
+++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java
@@ -40,9 +40,9 @@
* take the following constructor parameters:
*
* - {@link DeferredLogFactory} - A factory that can be used to create loggers with
- * output deferred until the application has been full prepared (allowing the environment
+ * output deferred until the application has been fully prepared (allowing the environment
* itself to configure logging levels).
- * - {@link Log} - A log with output deferred until the application has been full
+ *
- {@link Log} - A log with output deferred until the application has been fully
* prepared (allowing the environment itself to configure logging levels).
* - {@link ConfigurableBootstrapContext} - A bootstrap context that can be used to
* store objects that may be expensive to create, or need to be shared