From 49d8b18c10d160a28f47b41ceb9c42608aab1430 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Tue, 27 Oct 2015 19:38:57 -0700 Subject: [PATCH] proc, terminal: fix package docstrings --- proc/doc.go | 2 +- terminal/command.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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