Skip to content

Commit 69bef76

Browse files
author
Owen Jones
committed
Typo in function header
1 parent a15b75f commit 69bef76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/resolve_inherited_component.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resolve_inherited_componentt::resolve_inherited_componentt(
4040
/// \param class_id: The name of the class the function is being called on
4141
/// \param component_name: The base name of the component (i.e. without the
4242
/// class specifier)
43-
/// \param include_interfaces: If true, consider inheritence from interfaces
43+
/// \param include_interfaces: If true, consider inheritance from interfaces
4444
/// (parent types other than the first listed)
4545
/// \return The concrete component that has been resolved
4646
resolve_inherited_componentt::inherited_componentt

0 commit comments

Comments
 (0)