aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flow.c
diff options
Diffstat (limited to 'flow.c')
-rw-r--r--flow.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/flow.c b/flow.c
index ef8d04e5..1c6abdca 100644
--- a/flow.c
+++ b/flow.c
@@ -1,10 +1,11 @@
/*
- * Flow - walk the linearized flowgraph, simplifying it as we
- * go along.
- *
* Copyright (C) 2004 Linus Torvalds
*/
+///
+// Flow simplification
+// -------------------
+
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>