2004-04-22 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 23 Apr 2004 00:22:57 +0000 (00:22 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 23 Apr 2004 00:22:57 +0000 (00:22 +0000)
* opncls.c (bfd_alloc): Fix type of "wanted" in doco.

bfd/ChangeLog
bfd/opncls.c

index d505ee6..4bb5d17 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-22  Andrew Cagney  <cagney@redhat.com>
+
+       * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
+
 2004-04-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * hpux-core.c (hpux_core_core_file_p): Add cast in call to 
index 3291cba..7603030 100644 (file)
@@ -813,7 +813,7 @@ INTERNAL_FUNCTION
        bfd_alloc
 
 SYNOPSIS
-       void *bfd_alloc (bfd *abfd, size_t wanted);
+       void *bfd_alloc (bfd *abfd, bfd_size_type wanted);
 
 DESCRIPTION
        Allocate a block of @var{wanted} bytes of memory attached to