Skip to content

Commit 436b272

Browse files
Fix typo
1 parent a2dd5b8 commit 436b272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/java/lang/Object.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public final void wait() throws InterruptedException {
110110
protected void finalize() throws Throwable { }
111111

112112
/**
113-
* This method is not present in the original Objecct class.
113+
* This method is not present in the original Object class.
114114
* It will be called by JBMC when the monitor in this instance
115115
* is being acquired as a result of either the execution of a
116116
* monitorenter bytecode instruction or the call to a synchronized
@@ -134,7 +134,7 @@ public static void monitorenter(Object object)
134134
}
135135

136136
/**
137-
* This method is not present in the original Objecct class.
137+
* This method is not present in the original Object class.
138138
* It will be called by JBMC when the monitor in this instance
139139
* is being released as a result of either the execution of a
140140
* monitorexit bytecode instruction or the return (normal or exceptional)

0 commit comments

Comments
 (0)