fix up O_SYNC comments
[firefly-linux-kernel-4.4.55.git] / arch / mips / include / asm / fcntl.h
index 7c6681aa2ab877a02f3dff8577c96bd2d9b11509..e482fe90fe8850609ed05f79d4caa9423e31031a 100644 (file)
@@ -19,7 +19,7 @@
 #define FASYNC         0x1000  /* fcntl, for BSD compatibility */
 #define O_LARGEFILE    0x2000  /* allow large file opens */
 /*
- * Before Linux 2.6.32 only O_DSYNC semantics were implemented, but using
+ * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
  * the O_SYNC flag.  We continue to use the existing numerical value
  * for O_DSYNC semantics now, but using the correct symbolic name for it.
  * This new value is used to request true Posix O_SYNC semantics.  It is