1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 04:00:26 +02:00

s/open/existed/ in description of port-for-each change.

This commit is contained in:
Marius Vollmer 2001-02-08 18:53:48 +00:00
parent 548728ea6d
commit c5408bc31f

View file

@ -9,7 +9,7 @@
* ports.c (scm_port_for_each): Make a snapshot of the port table
before iterating over it. The table might change while the user
code is running. With the snapshot, the user can depend on the
fact that each port that was open at teh start of the iteration is
fact that each port that existed at the start of the iteration is
encountered exactly once. (ice-9 popen) depends on this.
2001-02-08 Dirk Herrmann <D.Herrmann@tu-bs.de>