From 3e93f9b85243e1edf1d3b73658fdf3f8a5b13032 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 19 Aug 2015 13:58:29 -0300 Subject: [PATCH] Fix comment. --- StringUtils.c | 2 +- StringUtils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StringUtils.c b/StringUtils.c index 5d1cc165..834b4311 100644 --- a/StringUtils.c +++ b/StringUtils.c @@ -1,5 +1,5 @@ /* -htop - String.c +htop - StringUtils.c (C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. diff --git a/StringUtils.h b/StringUtils.h index 5f8cb927..38ffae7f 100644 --- a/StringUtils.h +++ b/StringUtils.h @@ -3,7 +3,7 @@ #ifndef HEADER_StringUtils #define HEADER_StringUtils /* -htop - String.h +htop - StringUtils.h (C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text.