diff options
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r-- | gnu/packages/code.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 38f14380c4..e346f7e0c5 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -60,7 +60,7 @@ (description "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 +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.") (license license:gpl3+))) |