Rephrase CPU-related "platform"/"host" to "target"/"your machine"

This commit is contained in:
Jan Van Bruggen 2022-09-06 14:56:05 -06:00
parent 5717f698d8
commit 4625a0a869
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134
8 changed files with 14 additions and 14 deletions

View file

@ -49,7 +49,7 @@ macro_rules! assert_sizeof_wasm {
}
/// Assert that a type has the expected size on any target not covered above
/// In practice we use this for x86_64, and add specific macros for other platforms
/// In practice we use this for x86_64, and add specific macros for other targets
#[macro_export]
macro_rules! assert_sizeof_default {
($t: ty, $expected_size: expr) => {