Skip to content

Commit

Permalink
Update src/wasm-binary.h
Browse files Browse the repository at this point in the history
Co-authored-by: Heejin Ahn <aheejin@gmail.com>
  • Loading branch information
kripken and aheejin authored Sep 5, 2023
1 parent 60f380d commit ecea659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm-binary.h
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ class WasmBinaryReader {
// the last existing line number (we "skip" over a place without debug info).
Function::DebugLocation nextDebugLocation;

// Whether debug info is present on |nextDebugOffset| (see comment there).
// Whether debug info is present on |nextDebugPos| (see comment there).
bool nextDebugLocationHasDebugInfo;

// Settings.
Expand Down

0 comments on commit ecea659

Please sign in to comment.