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:
parent
548728ea6d
commit
c5408bc31f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue