summaryrefslogtreecommitdiff
path: root/src/m/hp800.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-25 11:43:58 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-25 11:43:58 +0000
commit63840efa0357717a92bd116765371de7f0acbcd5 (patch)
tree465a31b49ce9985e044fd79b83cb4c8c66528c93 /src/m/hp800.h
parent088aaa2d2cd2074ebe7ad212d6d29ac3f8ae46e3 (diff)
downloademacs-63840efa0357717a92bd116765371de7f0acbcd5.tar.gz
Comment change.
Diffstat (limited to 'src/m/hp800.h')
-rw-r--r--src/m/hp800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h
index c20403713ce..8aa740d9f4e 100644
--- a/src/m/hp800.h
+++ b/src/m/hp800.h
@@ -175,7 +175,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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)