fixed comment

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4418 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2011-08-13 08:55:16 +00:00
parent c0fb5dd4b0
commit ebaf5dbfe3
+1 -1
View File
@@ -284,7 +284,7 @@ VOID PhSearchMemoryString(
byte = buffer[i];
printable = PhCharIsPrintable[byte];
// To find strings Process Hacker uses a small state machine.
// To find strings Process Hacker uses a state table.
// * byte2 - byte before previous byte
// * byte1 - previous byte
// * byte - current byte