diff options
Diffstat (limited to 'gnu/packages/cflow.scm')
-rw-r--r-- | gnu/packages/cflow.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cflow.scm b/gnu/packages/cflow.scm index 76ab5506d6..2bb1fefda3 100644 --- a/gnu/packages/cflow.scm +++ b/gnu/packages/cflow.scm @@ -42,7 +42,7 @@ (home-page "http://www.gnu.org/software/cflow/") (synopsis "Create a graph of control flow within a program") (description - "cflow analyzes C source files and produces a graph charting the + "GNU cflow analyzes C source files and produces a graph charting the control flow of the program. It can output the graph in several styles and in either the POSIX format or in an extended GNU format. cflow also includes a major mode for Emacs for examining the flowcharts that it produces.") |