]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2352] Corrected minor comment mistake
authorTomek Mrugalski <tomek@isc.org>
Fri, 22 Apr 2022 11:24:51 +0000 (13:24 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 22 Apr 2022 11:37:32 +0000 (13:37 +0200)
src/lib/http/request.h

index 2f3aa46d71104875314220669f2e126ea53be09a..4dc2280fe2dde4a34498907b5b1c6d9309c2dc36 100644 (file)
@@ -102,7 +102,7 @@ public:
     /// @brief Returns remote address.
     ///
     /// @return remote address from HTTP connection
-    /// getRemoteEndpointAddressAsText method.
+    /// getRemote method.
     std::string getRemote() const {
         return (remote_);
     }