Small apidoc fix
authorDodji Seketeli <dodji@redhat.com>
Wed, 30 Jan 2019 13:55:54 +0000 (14:55 +0100)
committerDodji Seketeli <dodji@redhat.com>
Thu, 31 Jan 2019 09:57:20 +0000 (10:57 +0100)
* src/abg-comparison.cc (enum_diff::changed_enumerators): Fix apidoc.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-comparison.cc

index d7f7120..9e411ee 100644 (file)
@@ -4132,7 +4132,7 @@ const string_enumerator_map&
 enum_diff::inserted_enumerators() const
 {return priv_->inserted_enumerators_;}
 
-/// @return a map the enumerators that were changed
+/// @return a map of the enumerators that were changed
 const string_changed_enumerator_map&
 enum_diff::changed_enumerators() const
 {return priv_->changed_enumerators_;}