From 891a50b2aed60e266dfe307945f3908312c1a61b Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Sun, 11 Oct 2009 17:31:00 +0000 Subject: [PATCH] - Fix typo that broke the GCC4 build but not the GCC2 build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33529 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/fs/vfs_request_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/fs/vfs_request_io.cpp b/src/system/kernel/fs/vfs_request_io.cpp index f9f03f6e33..a2b641f360 100644 --- a/src/system/kernel/fs/vfs_request_io.cpp +++ b/src/system/kernel/fs/vfs_request_io.cpp @@ -112,7 +112,7 @@ private: class VnodeIO : public DoIO { public: - VnodeIO(bool writen, struct vnode* vnode, void* cookie) + VnodeIO(bool write, struct vnode* vnode, void* cookie) : DoIO(write), fVnode(vnode),