From 7bd1ac4507647dcc1b07f0ee09acd8676f0960c5 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Mon, 25 Jul 2022 01:57:13 +0300 Subject: [PATCH] * fixed comment --- compiler/wasm32/cpubase.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/wasm32/cpubase.pas b/compiler/wasm32/cpubase.pas index ba4865bb29..b892eac29c 100644 --- a/compiler/wasm32/cpubase.pas +++ b/compiler/wasm32/cpubase.pas @@ -19,7 +19,7 @@ **************************************************************************** } -{ This Unit contains the base types for the Java Virtual Machine +{ This Unit contains the base types for WebAssembly } unit cpubase;