diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:37:38 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:31 +0200 |
commit | c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f (patch) | |
tree | 60b4d6e46e722dd5eccde13102d42cae46c23ccf /lib/erl_interface/src/misc/ei_locking.c | |
parent | d15285f55fe3982798f81027e5aa81fdfbeb2a82 (diff) | |
download | otp-c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f.tar.gz otp-c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f.tar.bz2 otp-c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f.zip |
Fixed typos in lib/erl_interface
Diffstat (limited to 'lib/erl_interface/src/misc/ei_locking.c')
-rw-r--r-- | lib/erl_interface/src/misc/ei_locking.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_interface/src/misc/ei_locking.c b/lib/erl_interface/src/misc/ei_locking.c index 85b2a5fd8b..a0e00b7871 100644 --- a/lib/erl_interface/src/misc/ei_locking.c +++ b/lib/erl_interface/src/misc/ei_locking.c @@ -76,8 +76,8 @@ ei_mutex_t *ei_mutex_create(void) return l; } -/* - * Free a mutex and the structure asociated with it. +/* + * Free a mutex and the structure associated with it. * * This function attempts to obtain the mutex before releasing it; * If nblock == 1 and the mutex was unavailable, the function will |