| Index: src/wasm/module-decoder.cc
 | 
| diff --git a/src/wasm/module-decoder.cc b/src/wasm/module-decoder.cc
 | 
| index feaca29d7e85079bd96aa75d847e8a4c0a05f476..b35e35409a3a0a5c51a7cdfdf727fc93792225ed 100644
 | 
| --- a/src/wasm/module-decoder.cc
 | 
| +++ b/src/wasm/module-decoder.cc
 | 
| @@ -144,7 +144,7 @@ class WasmSectionIterator {
 | 
|    const byte* section_end_;
 | 
|  
 | 
|    // Reads the section code/name at the current position and sets up
 | 
| -  // the internal fields.
 | 
| +  // the embedder fields.
 | 
|    void next() {
 | 
|      while (true) {
 | 
|        if (!decoder_.more()) {
 | 
| 
 |