This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 911a171fecff64fdd37f6ae73d289b0e1d63bebb Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Dec 31 08:16:47 2024 -0500 Rewrite comment --- src/examples/Mini/ASTFunDecl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/Mini/ASTFunDecl.java b/src/examples/Mini/ASTFunDecl.java index 2a5e70ca..9ffed1ae 100644 --- a/src/examples/Mini/ASTFunDecl.java +++ b/src/examples/Mini/ASTFunDecl.java @@ -468,8 +468,8 @@ public class ASTFunDecl extends SimpleNode implements MiniParserTreeConstants { } /* - * Update entry of this function, i.e. set argument references. The entry is already in there by garantuee, but may be - * of wrong type, i.e. the user-defined a function 'TRUE', e.g. and 'TRUE' is of type 'Variable'. + * Update entry of this function, that is, sets argument references. The entry is already in there by garantee, but may be + * of the wrong type: The user-defined a function 'TRUE', for example and 'TRUE' is of type 'Variable'. */ try { final Function fun = (Function) env.get(name.getName());
