diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php b/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php
index e31803594bfe1f843c5e124de21b35889153715d..85ceedb4e016bd1497956d7dcaa1c08085c7822c 100644
--- a/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php
+++ b/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php
@@ -1797,7 +1797,7 @@ class SolrDefault extends AbstractBase
     }
 
     /**
-     * Get longitude/latitude text (or false if not available).
+     * Get longitude/latitude values (or empty array if not available).
      *
      * @return array
      */
diff --git a/module/VuFind/src/VuFind/RecordTab/UserComments.php b/module/VuFind/src/VuFind/RecordTab/UserComments.php
index 9bbede39072f0d4a43b49e81d51829a7c7873086..8921c63e8d59b0e1b32ff5dda2efbf8693a22c05 100644
--- a/module/VuFind/src/VuFind/RecordTab/UserComments.php
+++ b/module/VuFind/src/VuFind/RecordTab/UserComments.php
@@ -46,7 +46,7 @@ class UserComments extends AbstractBase
     protected $enabled;
 
     /**
-     * Is this tab enabled?
+     * Should we use ReCaptcha?
      *
      * @var bool
      */