summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>2005-12-27 23:46:30 +0000
committerBrendan Kehoe <brendan@zen.org>2005-12-27 23:46:30 +0000
commit2fcad22bd62237536b35c8bfa5b6e81f24937757 (patch)
tree338f74e06042748ea5e6c4c3303d8b231d7d5530
parenta8510b1e1c4aadcac3af417fea27a01c999e223a (diff)
downloadgperf-2fcad22bd62237536b35c8bfa5b6e81f24937757.tar.gz
tweak comment
-rw-r--r--src/hash-table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash-table.cc b/src/hash-table.cc
index ece08e4..d98d90a 100644
--- a/src/hash-table.cc
+++ b/src/hash-table.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Specification. */
#include "hash-table.h"