[binutils-gdb] libctf: doc: fix ctf_stype_t typedef string in spec
Nick Alcock
nix@sourceware.org
Tue Jun 18 12:55:21 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0c5f03a9d5ed35731742df2c98cc5ec6aa738828
commit 0c5f03a9d5ed35731742df2c98cc5ec6aa738828
Author: Nick Alcock <nick.alcock@oracle.com>
Date: Tue Jun 11 19:48:17 2024 +0100
libctf: doc: fix ctf_stype_t typedef string in spec
Diff:
---
libctf/doc/ctf-spec.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libctf/doc/ctf-spec.texi b/libctf/doc/ctf-spec.texi
index 37f84e74a54..78d8310d67e 100644
--- a/libctf/doc/ctf-spec.texi
+++ b/libctf/doc/ctf-spec.texi
@@ -582,7 +582,7 @@ typedef struct ctf_stype
uint32_t ctt_size;
uint32_t ctt_type;
};
-} ctf_type_t;
+} ctf_stype_t;
@end verbatim
If @code{ctt_size} is the #define @code{CTF_LSIZE_SENT}, 0xffffffff, this type
More information about the Binutils-cvs
mailing list