From 1145d85d10622e68a97734a21d0913844e80083b Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 1 Mar 2024 13:09:40 -0700 Subject: [PATCH] fix grammar in __wasi_snapshot.h comment Co-authored-by: Dan Gohman --- libc-bottom-half/headers/public/__wasi_snapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-bottom-half/headers/public/__wasi_snapshot.h b/libc-bottom-half/headers/public/__wasi_snapshot.h index 26aa6b824..e78bfe639 100644 --- a/libc-bottom-half/headers/public/__wasi_snapshot.h +++ b/libc-bottom-half/headers/public/__wasi_snapshot.h @@ -1,4 +1,4 @@ -/* This is file is (practically) empty by default. The Makefile will replace it +/* This file is (practically) empty by default. The Makefile will replace it with a non-empty version that defines `__wasilibc_use_preview2` if targeting `wasm32-wasi-preview2`. */