diff --git a/core/lib/Drupal/Core/TypedData/TranslatableInterface.php b/core/lib/Drupal/Core/TypedData/TranslatableInterface.php
index 0889ea36776d5e4aaf3aefbe752f40d2ea104aac..00d9f65793503d66e27cf18f7c39f49ce25643d4 100644
--- a/core/lib/Drupal/Core/TypedData/TranslatableInterface.php
+++ b/core/lib/Drupal/Core/TypedData/TranslatableInterface.php
@@ -78,10 +78,9 @@ public function getTranslationLanguages($include_default = TRUE);
   public function getTranslation($langcode);
 
   /**
-   * Returns the translatable object referring to the original language.
+   * Returns the translatable object in the language it was created.
    *
    * @return $this
-   *   The translation object referring to the original language.
    */
   public function getUntranslated();