c.texi (Cast to Union): Fix a typo, 'varuable'.
This commit is contained in:
parent
0637033739
commit
35ce19e318
2
c.texi
2
c.texi
|
@ -6804,7 +6804,7 @@ union type is equivalent to storing in an alternative of the union:
|
||||||
/* @r{Define the union @code{foo}.} */
|
/* @r{Define the union @code{foo}.} */
|
||||||
union foo @{ int i; double d; @};
|
union foo @{ int i; double d; @};
|
||||||
|
|
||||||
/* @r{Declare the union-valued varuable, @code{u}.} */
|
/* @r{Declare the union-valued variable, @code{u}.} */
|
||||||
union foo u;
|
union foo u;
|
||||||
|
|
||||||
int x; double y;
|
int x; double y;
|
||||||
|
|
Loading…
Reference in New Issue