| Index: runtime/platform/utils.h
|
| diff --git a/runtime/platform/utils.h b/runtime/platform/utils.h
|
| index d9d70c14518dbaf3d08635da8394ab1821ae0d0b..a1695d4b29117a4b4d5fa9dcd6c2606897c8f484 100644
|
| --- a/runtime/platform/utils.h
|
| +++ b/runtime/platform/utils.h
|
| @@ -184,7 +184,7 @@ class Utils {
|
| }
|
|
|
|
|
| - // Utility functions for converting values from host endianess to
|
| + // Utility functions for converting values from host endianness to
|
| // big or little endian values.
|
| static uint16_t HostToBigEndian16(uint16_t host_value);
|
| static uint32_t HostToBigEndian32(uint32_t host_value);
|
|
|