From 01b993385bb645d1d2e9660021533610ab35b741 Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Fri, 19 Dec 2014 13:50:41 +0100
Subject: grc: port domain code clean-up

---
 grc/python/FlowGraph.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'grc/python/FlowGraph.py')

diff --git a/grc/python/FlowGraph.py b/grc/python/FlowGraph.py
index 03280cc88c..d7337b8a96 100644
--- a/grc/python/FlowGraph.py
+++ b/grc/python/FlowGraph.py
@@ -146,8 +146,8 @@ class FlowGraph(_FlowGraph, _GUIFlowGraph):
         key_offset = 0
         pads = self.get_pad_sources() if port.is_source() else self.get_pad_sinks()
         for pad in pads:
-            # using the block type param instead of the port domain here
-            # to stress that hier block generation is domain agnostic
+            # using the block param 'type' instead of the port domain here
+            # to emphasize that hier block generation is domain agnostic
             is_message_pad = pad.get_param('type').get_evaluated() == "message"
             if port.get_parent() == pad:
                 if is_message_pad:
-- 
cgit v1.2.3