diff --git a/proc/doc.go b/proc/doc.go index 044d60b2..60798871 100644 --- a/proc/doc.go +++ b/proc/doc.go @@ -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: diff --git a/terminal/command.go b/terminal/command.go index 4476ef2d..e15938a4 100644 --- a/terminal/command.go +++ b/terminal/command.go @@ -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