Skip to content

Commit a354235

Browse files
author
Daniel Kroening
authored
Merge pull request #2592 from NathanJPhillips/cleanup/fix-typo-in-comment
Fix a small typo in a comment that I happened to come across
2 parents 569c854 + 59b1a9e commit a354235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/class_identifier.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ exprt get_class_identifier_field(
7777
/// \remarks Follows through base class members until it gets to the object
7878
/// type that contains the `@class_identifier` member
7979
/// \param expr: An expression that represents a struct
80-
/// \param ns: The namespace used to resolve symbol referencess in the type of
80+
/// \param ns: The namespace used to resolve symbol references in the type of
8181
/// the struct
8282
/// \param class_type: A symbol whose identifier is the name of the class
8383
void set_class_identifier(

0 commit comments

Comments
 (0)