summaryrefslogtreecommitdiff
path: root/lib/kernel/examples/uds_dist/c_src/uds_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/examples/uds_dist/c_src/uds_drv.c')
-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 8c028ba910..6110ce6a72 100644
--- a/lib/kernel/examples/uds_dist/c_src/uds_drv.c
+++ b/lib/kernel/examples/uds_dist/c_src/uds_drv.c
@@ -1039,7 +1039,7 @@ static int try_lock(char *sockname, Byte *p_creation)
}
lseek(lockfd, 0, SEEK_SET);
write(lockfd, &creation, 1);
- fsync(lockfd); /* This could be concidered dangerous (blocking) */
+ fsync(lockfd); /* This could be considered dangerous (blocking) */
*p_creation = creation;
return lockfd;
}