Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/RubyModule.java
Original file line number Diff line number Diff line change
@@ -4814,7 +4814,7 @@ public void setRefinements(Map<RubyClass, RubyModule> refinements) {
/** The class this refinement refines */
volatile RubyClass refinedClass = null;

/** The moduel where this refinement was defined */
/** The module where this refinement was defined */
private volatile RubyModule definedAt = null;

private static final AtomicReferenceFieldUpdater<RubyModule, Map> CLASSVARS_UPDATER;

0 comments on commit 1de84cf

Please sign in to comment.