summaryrefslogtreecommitdiff
path: root/sal/inc/osl/conditn.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl/conditn.h')
-rw-r--r--sal/inc/osl/conditn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/conditn.h b/sal/inc/osl/conditn.h
index 1811bcdf2107..88478c377bf3 100644
--- a/sal/inc/osl/conditn.h
+++ b/sal/inc/osl/conditn.h
@@ -40,7 +40,7 @@ typedef void* oslCondition;
typedef enum {
osl_cond_result_ok, /* successful completion */
- osl_cond_result_error, /* error occured, check osl_getLastSocketError() for details */
+ osl_cond_result_error, /* error occurred, check osl_getLastSocketError() for details */
osl_cond_result_timeout, /* blocking operation timed out */
osl_cond_result_FORCE_EQUAL_SIZE = SAL_MAX_ENUM
} oslConditionResult;