From 67b46beb6420a939ebccb145245c93301f8b22a7 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 1 Apr 2013 10:16:12 -0700 Subject: [PATCH] fix(comment): fixup header comment --- src/omaha/omaha.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/omaha/omaha.go b/src/omaha/omaha.go index 790eec5..8249fb5 100644 --- a/src/omaha/omaha.go +++ b/src/omaha/omaha.go @@ -1,10 +1,9 @@ /* - Package that implements the Google omaha protocol. + Implements the Google omaha protocol. Omaha is a request/response protocol using XML. Requests are made by clients and responses are given by the Omaha server. http://code.google.com/p/omaha/wiki/ServerProtocol - The */ package omaha