Fix typo in Texinfo command.

This commit is contained in:
Richard Stallman 2024-08-01 08:06:35 -04:00
parent cff11c9b8c
commit 21380ea8fa
1 changed files with 1 additions and 1 deletions

2
c.texi
View File

@ -5868,7 +5868,7 @@ A @dfn{structure} is a user-defined data type that holds various
@dfn{fields} of data. Each field has a name and a data type specified
in the structure's definition. Because a structure combines various
fields, each of its own type, we call a structure type a @dfn{compound
type}. (Union types are also compound types; @pxef{Unions}.)
type}. (Union types are also compound types; @pxref{Unions}.)
Here we define a structure suitable for storing a linked list of
integers. Each list item will hold one integer, plus a pointer