diff options
Diffstat (limited to 'cmd/zgenhostid/zgenhostid.c')
-rw-r--r-- | cmd/zgenhostid/zgenhostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zgenhostid/zgenhostid.c b/cmd/zgenhostid/zgenhostid.c index 50fcf05e4..5a9bdad7c 100644 --- a/cmd/zgenhostid/zgenhostid.c +++ b/cmd/zgenhostid/zgenhostid.c @@ -137,7 +137,7 @@ main(int argc, char **argv) } /* - * we need just 4 bytes in native endianess + * we need just 4 bytes in native endianness * not using sethostid() because it may be missing or just a stub */ uint32_t hostid = input_i; |