Skip to content

Commit 0c5b78f

Browse files
committed
Fixed a bogus comment.
1 parent bb76ff3 commit 0c5b78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/typemanager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,12 +487,12 @@ internal class NativeCode
487487
public byte[] Code { get; private set; }
488488

489489
/// <summary>
490-
/// The offset for the "return 0" function. Usually zero.
490+
/// Where does the "return 0" function start?
491491
/// </summary>
492492
public int Return0 { get; private set; }
493493

494494
/// <summary>
495-
/// The offset for the "return 1" function. Usually one.
495+
/// Where does the "return 1" function start?
496496
/// </summary>
497497
public int Return1 { get; private set; }
498498

0 commit comments

Comments
 (0)