typo fix
This commit is contained in:
parent
91463b5a4e
commit
c9fce4aff9
|
@ -859,7 +859,7 @@ test7() /* local records */
|
||||||
#ifndef NOFLOAT
|
#ifndef NOFLOAT
|
||||||
if ( fabs ( s2.aaa * s1.aaa - s1.c1 * 5 - 1.0 ) > epsf ) e(36);
|
if ( fabs ( s2.aaa * s1.aaa - s1.c1 * 5 - 1.0 ) > epsf ) e(36);
|
||||||
#else
|
#else
|
||||||
if ( 5*r1.c1 != 15 ) e(36) ;
|
if ( 5*s1.c1 != 15 ) e(36) ;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ and write ACK-object files and libraries
|
||||||
.PP
|
.PP
|
||||||
.B wr_ohead(head)
|
.B wr_ohead(head)
|
||||||
.br
|
.br
|
||||||
.B struct outsect *head;
|
.B struct outhead *head;
|
||||||
.PP
|
.PP
|
||||||
.B wr_sect(sect, cnt)
|
.B wr_sect(sect, cnt)
|
||||||
.br
|
.br
|
||||||
|
@ -93,7 +93,7 @@ and write ACK-object files and libraries
|
||||||
.PP
|
.PP
|
||||||
.B rd_ohead(head)
|
.B rd_ohead(head)
|
||||||
.br
|
.br
|
||||||
.B struct outsect *head;
|
.B struct outhead *head;
|
||||||
.PP
|
.PP
|
||||||
.B rd_sect(sect, cnt)
|
.B rd_sect(sect, cnt)
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Reference in a new issue