diff --git a/trunk/KProcessHacker/kph_nt.c b/trunk/KProcessHacker/kph_nt.c
index 02f8d270a..bc7ae6a5d 100644
--- a/trunk/KProcessHacker/kph_nt.c
+++ b/trunk/KProcessHacker/kph_nt.c
@@ -20,9 +20,6 @@
* along with Process Hacker. If not, see .
*/
-/* All reverse-engineering done in IDA Pro with that X-ray thingy... */
-/* Parts taken from ReactOS */
-
#include "kph_nt.h"
#include "debug.h"
diff --git a/trunk/KProcessHacker/kprocesshacker.c b/trunk/KProcessHacker/kprocesshacker.c
index d91c53ba7..c891b78d2 100644
--- a/trunk/KProcessHacker/kprocesshacker.c
+++ b/trunk/KProcessHacker/kprocesshacker.c
@@ -20,14 +20,6 @@
* along with Process Hacker. If not, see .
*/
-/*
- * This driver has two main purposes:
- *
- * 1. To enable Process Hacker to (transparently) do anything without the
- * restriction of hooked calls, and
- * 2. To enable Process Hacker to retrieve handle names for any file object.
- */
-
#include "kprocesshacker.h"
#include "kph_nt.h"
#include "kernel_types.h"