Correct transposed "the all".
Approved by: bcr (mentor)
This commit is contained in:
parent
d3c3243453
commit
96ab6d2e08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38285
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t, copyright)</p
|
|||
|
||||
<para>The <literal>DATA_SET()</literal> macro expands to a
|
||||
<literal>MAKE_SET()</literal>, and that macro is the point
|
||||
where the all sysinit magic is hidden:</para>
|
||||
where all the sysinit magic is hidden:</para>
|
||||
|
||||
<programlisting><filename>/usr/include/linker_set.h:</filename>
|
||||
#define MAKE_SET(set, sym) \
|
||||
|
|
Loading…
Reference in a new issue