From 1e88fedb19d82cb2510db1decf0dee6e36e57f6e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 15 Sep 2016 00:16:25 -0700 Subject: [PATCH] src: sys: FspFsvolCreateComplete: minor comment fix --- src/sys/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sys/create.c b/src/sys/create.c index 138c9665..9f2a43d5 100644 --- a/src/sys/create.c +++ b/src/sys/create.c @@ -520,7 +520,7 @@ NTSTATUS FspFsvolCreateComplete( * IO Manager. * * We do our own handling of IO_REPARSE_TAG_SYMLINK reparse points because - * experimentation with handling them directly to the IO Manager revealed problems + * experimentation with handing them directly to the IO Manager revealed problems * with UNC paths (\??\UNC\{VolumePrefix}\{FilePath}). */