Skip to content

Commit 1050637

Browse files
author
Daniel Kroening
committed
fix a comment
1 parent c57439e commit 1050637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/java_bytecode/jar_file.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ void jar_filet::initialize_file_index(java_class_loader_limitt &limit)
2424
}
2525

2626
/// This constructor creates a jar_file object whose contents
27-
/// are extracted from a memory buffer (byte array) as opposed
28-
/// to a jar file.
27+
/// are extracted from a file with given name.
2928
jar_filet::jar_filet(
3029
java_class_loader_limitt &limit,
3130
const std::string &filename):

0 commit comments

Comments
 (0)