aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/examples
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-08-31 15:04:36 +0200
committerTuncer Ayaz <[email protected]>2011-09-15 00:12:09 +0200
commit90f703bafc69bf2446db718fd681c26c2bef7f10 (patch)
tree49ccb238b43a7608414de4c6b65e164dcc687955 /lib/kernel/examples
parente17a38aa65a865e36accf1ab68ca369275d9f71c (diff)
downloadotp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.gz
otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.bz2
otp-90f703bafc69bf2446db718fd681c26c2bef7f10.zip
Fix misspelling of successful
Diffstat (limited to 'lib/kernel/examples')
-rw-r--r--lib/kernel/examples/uds_dist/c_src/uds_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/examples/uds_dist/c_src/uds_drv.c b/lib/kernel/examples/uds_dist/c_src/uds_drv.c
index fb10a375f4..a4bcd81240 100644
--- a/lib/kernel/examples/uds_dist/c_src/uds_drv.c
+++ b/lib/kernel/examples/uds_dist/c_src/uds_drv.c
@@ -1000,7 +1000,7 @@ static int ensure_dir(char *path)
/*
** Try to open a lock file and lock the first byte write-only (advisory)
-** return the file descriptor if succesful, otherwise -1 (<0).
+** return the file descriptor if successful, otherwise -1 (<0).
*/
static int try_lock(char *sockname, Byte *p_creation)
{