1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Spelling fixes to progdoc.

This commit is contained in:
Martin Mares
2000-06-07 12:29:08 +00:00
parent e403aa89e5
commit 2e9b24211a
18 changed files with 46 additions and 46 deletions

View File

@@ -212,7 +212,7 @@ void neigh_notify(neighbor *neigh)
* to convert the protocol attributes embedded directly in the &rte
* to temporary extended attributes in order to distribute them
* to other protocols or to filters. make_tmp_attrs() creates
* an &ea_list in the linpool @pool, fills it with values of the
* an &ea_list in the linear pool @pool, fills it with values of the
* temporary attributes and returns a pointer to it.
*/
ea_list *make_tmp_attrs(rte *e, struct linpool *pool)