diff --git a/libIRDB/include/core/icfs.hpp b/libIRDB/include/core/icfs.hpp
index e8f6c2c910e3ad62702e795164077ab1f6005ef3..3331c6326fe3ce5316ae17f3bc279361918a9b70 100644
--- a/libIRDB/include/core/icfs.hpp
+++ b/libIRDB/include/core/icfs.hpp
@@ -21,7 +21,7 @@
 class Instruction_t;
 typedef std::set<Instruction_t*> InstructionSet_t;
 
-// Keep track of indirect control flow sets
+// Keep track of instruction control flow sets
 class ICFS_t : public InstructionSet_t, public BaseObj_t
 {
 	public: