diff options
Diffstat (limited to 'gnu/packages/gdb.scm')
-rw-r--r-- | gnu/packages/gdb.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm index 71a85a431b..95f542c707 100644 --- a/gnu/packages/gdb.scm +++ b/gnu/packages/gdb.scm @@ -57,7 +57,7 @@ ("texinfo" ,texinfo) ("dejagnu" ,dejagnu))) (home-page "http://www.gnu.org/software/gdb/") - (synopsis "GDB, the GNU Project debugger") + (synopsis "The GNU debugger") (description "GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another |