summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--StringUtils.c2
-rw-r--r--StringUtils.h2
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.