diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index c3f6ccc..0ce1d29 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -617,7 +617,7 @@ public static function formBuilder() { * * @param string $channel * The name of the channel. Can be any string, but the general practice is - * to use the name of the module calling this. + * to use the name of the sybsystem calling this. * * @return \Drupal\Core\Logger\LoggerChannelInterface * The logger for this channel.