summaryrefslogtreecommitdiff
path: root/ext/standard/flock_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/flock_compat.h')
-rw-r--r--ext/standard/flock_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/flock_compat.h b/ext/standard/flock_compat.h
index 14405022b6..ac3f52697b 100644
--- a/ext/standard/flock_compat.h
+++ b/ext/standard/flock_compat.h
@@ -21,7 +21,7 @@
#ifndef FLOCK_COMPAT_H
#define FLOCK_COMPAT_H
-/* php_flock internally uses fcntl whther or not flock is available
+/* php_flock internally uses fcntl whether or not flock is available
* This way our php_flock even works on NFS files.
* More info: /usr/src/linux/Documentation
*/