proc, terminal: fix package docstrings

This commit is contained in:
Jonathan Boulle 2015-10-27 19:38:57 -07:00
parent d15d450a29
commit 49d8b18c10
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
// proc is a low-level package that provides methods to manipulate
// Package proc is a low-level package that provides methods to manipulate
// the process we are debugging.
//
// proc implements all core functionality including:

@ -1,4 +1,4 @@
// Package command implements functions for responding to user
// Package terminal implements functions for responding to user
// input and dispatching to appropriate backend commands.
package terminal