Skip to content

Commit 3264023

Browse files
author
Matthias Güdemann
committed
Fix Typo
1 parent 258e3ae commit 3264023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/java_object_factory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class java_object_factoryt
4141

4242
/// Every time the non-det generator visits a type and the type is generic
4343
/// (either a struct or a pointer), the following map is used to store and
44-
/// look up the concrete types of the generic paramaters in the current
44+
/// look up the concrete types of the generic parameters in the current
4545
/// scope. Note that not all generic parameters need to have a concrete
4646
/// type, e.g., the method under test is generic. The types are removed
4747
/// from the map when the scope changes. Note that in different depths

0 commit comments

Comments
 (0)