From 0a3fce86eecd4aa1df4b0695b4aecc314268181c Mon Sep 17 00:00:00 2001 From: Jonny Grant Date: Mon, 26 Oct 2020 14:55:14 +0000 Subject: Amend grammar and add a description Reviewed-by: Carlos O'Donell --- string/byteswap.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'string') diff --git a/string/byteswap.h b/string/byteswap.h index ca600d8..8f69397 100644 --- a/string/byteswap.h +++ b/string/byteswap.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1997-2020 Free Software Foundation, Inc. +/* Swap byte order for 16, 32 and 64 bit values + Copyright (C) 1997-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -24,10 +25,10 @@ #include -/* The following definitions must all be macros since otherwise some +/* The following definitions must all be macros, otherwise some of the possible optimizations are not possible. */ -/* Return a value with all bytes in the 16 bit argument swapped. */ +/* Return a value with both bytes in the 16 bit argument swapped. */ #define bswap_16(x) __bswap_16 (x) /* Return a value with all bytes in the 32 bit argument swapped. */ -- cgit v1.1