diff --git a/Libraries/LibWasm/AbstractMachine/AbstractMachine.h b/Libraries/LibWasm/AbstractMachine/AbstractMachine.h index 966aa0db0ea..5bfdabd36ea 100644 --- a/Libraries/LibWasm/AbstractMachine/AbstractMachine.h +++ b/Libraries/LibWasm/AbstractMachine/AbstractMachine.h @@ -51,7 +51,7 @@ public: }; struct Func { FunctionAddress address; - RefPtr source_module; // null if host function. + RefPtr source_module; // null if host function. }; struct Extern { ExternAddress address;