We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258e3ae commit 3264023Copy full SHA for 3264023
jbmc/src/java_bytecode/java_object_factory.cpp
@@ -41,7 +41,7 @@ class java_object_factoryt
41
42
/// Every time the non-det generator visits a type and the type is generic
43
/// (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
+ /// look up the concrete types of the generic parameters in the current
45
/// scope. Note that not all generic parameters need to have a concrete
46
/// type, e.g., the method under test is generic. The types are removed
47
/// from the map when the scope changes. Note that in different depths
0 commit comments