summaryrefslogtreecommitdiffstats
path: root/src/Hooks/CCpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hooks/CCpp.cpp')
-rw-r--r--src/Hooks/CCpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp
index ea616860..fdb31a5c 100644
--- a/src/Hooks/CCpp.cpp
+++ b/src/Hooks/CCpp.cpp
@@ -20,7 +20,7 @@
*/
/* Make all file ops "large" and make off_t 64-bit.
- * No need to use O_LORGEFILE anywhere
+ * No need to use O_LARGEFILE anywhere
*/
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE