diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /include/linux/byteorder | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'include/linux/byteorder')
-rw-r--r-- | include/linux/byteorder/generic.h | 2 | ||||
-rw-r--r-- | include/linux/byteorder/swab.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/byteorder/generic.h b/include/linux/byteorder/generic.h index 633f7b90a..5200dc1ad 100644 --- a/include/linux/byteorder/generic.h +++ b/include/linux/byteorder/generic.h @@ -55,7 +55,7 @@ * __constant_htons(__u16 x) * * Conversion of XX-bit integers (16- 32- or 64-) - * between native cpu format and little/big endian format + * between native CPU format and little/big endian format * 64-bit stuff only defined for proper architectures * cpu_to_[bl]eXX(__uXX x) * [bl]eXX_to_cpu(__uXX x) diff --git a/include/linux/byteorder/swab.h b/include/linux/byteorder/swab.h index 8110bfb85..7c1f5c985 100644 --- a/include/linux/byteorder/swab.h +++ b/include/linux/byteorder/swab.h @@ -3,7 +3,7 @@ /* * linux/byteorder/swab.h - * Byteswapping, independently from cpu endianness + * Byte-swapping, independently from CPU endianness * swabXX[ps]?(foo) * * Francois-Rene Rideau <rideau@ens.fr> 19971205 |