summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Bachaalany <[email protected]>2016-10-06 17:43:51 -0700
committerElias Bachaalany <[email protected]>2016-10-06 17:43:51 -0700
commit5a01bf80beb13f10f9de9e5afe603dbb1136ff76 (patch)
tree3be53a10d431a94f7b6a58b19b33052c02de3fc8
parentce06de38a6daee9815dbf7eb8ddd8f335612ccc0 (diff)
minor typo fix
-rw-r--r--filesys/miniFilter/avscan/filter/avscan.c2
-rw-r--r--filesys/miniFilter/change/change.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/filesys/miniFilter/avscan/filter/avscan.c b/filesys/miniFilter/avscan/filter/avscan.c
index e9cab600..289a47dc 100644
--- a/filesys/miniFilter/avscan/filter/avscan.c
+++ b/filesys/miniFilter/avscan/filter/avscan.c
@@ -2093,7 +2093,7 @@ AvProcessPreviousTransaction (
Routine Description:
- This routine is transaction related implmentation, and is expected to be
+ This routine is transaction related implementation, and is expected to be
invoked at post-create. Note that this function will enlist the newly
allocated transaction context via FltEnlistInTransaction if it needs to.
diff --git a/filesys/miniFilter/change/change.c b/filesys/miniFilter/change/change.c
index ec9096c0..c23c5af3 100644
--- a/filesys/miniFilter/change/change.c
+++ b/filesys/miniFilter/change/change.c
@@ -674,7 +674,7 @@ CgProcessPreviousTransaction (
Routine Description:
- This routine is transaction related implmentation, and is expected to be
+ This routine is transaction related implementation, and is expected to be
invoked at post-create. Note that this function will enlist the newly
allocated transaction context via FltEnlistInTransaction if it needs to.