From 93bbc7e35792c6952e76ec686f126d09f34669b3 Mon Sep 17 00:00:00 2001
From: an7s <an7s@git.zephyr-software.com>
Date: Sun, 29 Nov 2015 15:28:03 +0000
Subject: [PATCH] changed comment: ICFS = Instruction Control Flow Set

Former-commit-id: 46622d597afb2fe8319f288b896f1d24bbc68a6b
---
 libIRDB/include/core/icfs.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libIRDB/include/core/icfs.hpp b/libIRDB/include/core/icfs.hpp
index e8f6c2c91..3331c6326 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:
-- 
GitLab