From feb15e6bac5c377f8a9022ec6871239a1f45a67b Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 8 Nov 2024 16:09:02 -0600 Subject: [PATCH] doc: improve NetGroupManager::GetMappedAS() doxygen --- src/netgroup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/netgroup.h b/src/netgroup.h index 5aa6ef774253f..d6db6eac3a00a 100644 --- a/src/netgroup.h +++ b/src/netgroup.h @@ -35,9 +35,9 @@ class NetGroupManager { std::vector GetGroup(const CNetAddr& address) const; /** - * Get the autonomous system on the BGP path to address. + * Get the autonomous system number at the end of the BGP path to the IP address. * - * The ip->AS mapping depends on how asmap is constructed. + * The IP->AS mapping depends on how the AS map is constructed. */ uint32_t GetMappedAS(const CNetAddr& address) const;