summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/flowgraph.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/flowgraph.cc')
-rw-r--r--gnuradio-runtime/lib/flowgraph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/flowgraph.cc b/gnuradio-runtime/lib/flowgraph.cc
index abe51f741d..b9902363c7 100644
--- a/gnuradio-runtime/lib/flowgraph.cc
+++ b/gnuradio-runtime/lib/flowgraph.cc
@@ -71,7 +71,7 @@ namespace gr {
check_dst_not_used(dst);
check_type_match(src, dst);
- // All ist klar, Herr Kommisar
+ // Alles klar, Herr Kommissar
d_edges.push_back(edge(src,dst));
}