mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
Fix manual typo.
This commit is contained in:
parent
4b824aae11
commit
08365ce400
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-03-28 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* libguile-concepts.texi (Multi-Threading): Fix typo.
|
||||
|
||||
2008-03-24 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
Applying patch from Julian Graham, containing minor fixes to his
|
||||
|
|
|
@ -474,7 +474,7 @@ multiple threads using them concurrently. This means that there is no
|
|||
risk of the internal data structures of libguile becoming corrupted in
|
||||
such a way that the process crashes.
|
||||
|
||||
A program might still produce non-sensical results, though. Taking
|
||||
A program might still produce nonsensical results, though. Taking
|
||||
hashtables as an example, Guile guarantees that you can use them from
|
||||
multiple threads concurrently and a hashtable will always remain a valid
|
||||
hashtable and Guile will not crash when you access it. It does not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue