Skip to content

Commit 6396ca2

Browse files
author
thk123
committed
fixup Rename fieldref to clearer and lint-correct name
1 parent 508e921 commit 6396ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbmc/src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ static irep_idt get_if_cmp_operator(const irep_idt &stmt)
650650
/// Build a member exprt for accessing a specific field that may come from a
651651
/// base class.
652652
/// \param pointer: The expression to access the field on.
653-
/// \param field_reference: A getfield/setfield instruction produced by the bytecode
654-
/// parser.
653+
/// \param field_reference: A getfield/setfield instruction produced by the
654+
/// bytecode parser.
655655
/// \param ns: Global namespace
656656
/// \return A member expression accessing the field, through base class
657657
/// components if necessary.

0 commit comments

Comments
 (0)