diff -u b/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php b/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php --- b/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php +++ b/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php @@ -98,7 +98,7 @@ $this->assertIdentical($config->get(), array()); $this->assertIdentical($config->isNew(), TRUE); - // Test renaming when config.factory does not have the object in it's static + // Test renaming when config.factory does not have the object in its static // cache. $name = 'config_test.crud_rename'; $config = config($name);