summaryrefslogtreecommitdiff
path: root/include/osl/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/pipe.h')
-rw-r--r--include/osl/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/pipe.h b/include/osl/pipe.h
index dcfdcf309db8..a95ca3e8b9f5 100644
--- a/include/osl/pipe.h
+++ b/include/osl/pipe.h
@@ -48,7 +48,7 @@ typedef enum {
typedef sal_uInt32 oslPipeOptions;
#define osl_Pipe_OPEN 0x0000 /* open existing pipe */
-#define osl_Pipe_CREATE 0x0001 /* create pipe and open it, fails if already existst */
+#define osl_Pipe_CREATE 0x0001 /* create pipe and open it, fails if already exists */
typedef struct oslPipeImpl * oslPipe;