changeset 5176:29bc8be2c604

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 11:43:58 +0000
parents 7099e53fe4eb
children 367adcd3c4fb
files src/m/hp800.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/hp800.h	Thu Nov 25 09:38:56 1993 +0000
+++ b/src/m/hp800.h	Thu Nov 25 11:43:58 1993 +0000
@@ -175,7 +175,7 @@
 
 /* Define the BSTRING functions in terms of the sysV functions. */
 /* On HPUX 8.05, including types.h can include strings.h
-   which defines these as macros.  Hence the #ifndefs.  */
+   which declares these as functions.  Hence the #ifndef.  */
 
 #ifndef HAVE_BCOPY
 #define bcopy(a,b,s)	memcpy (b,a,s)