Skip to content

Commit 70fe4c3

Browse files
committed
fixed typo
1 parent 2de64df commit 70fe4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdispatch/dvar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ nc_def_var_chunking(int ncid, int varid, int storage, const size_t *chunksizesp)
739739
/**
740740
Define endianness of a variable.
741741
742-
With this function the endianness (i.e. order of bits in integers) can
742+
With this function the endianness (i.e. order of bytes in integers) can
743743
be changed on a per-variable basis. By default, the endianness is the
744744
same as the default endianness of the platform. But with
745745
nc_def_var_endianness the endianness can be explicitly set for a

0 commit comments

Comments
 (0)