mirror of https://github.com/xzeldon/htop.git
Fix comment.
This commit is contained in:
parent
f70649a178
commit
3e93f9b852
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
htop - String.c
|
htop - StringUtils.c
|
||||||
(C) 2004-2011 Hisham H. Muhammad
|
(C) 2004-2011 Hisham H. Muhammad
|
||||||
Released under the GNU GPL, see the COPYING file
|
Released under the GNU GPL, see the COPYING file
|
||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#ifndef HEADER_StringUtils
|
#ifndef HEADER_StringUtils
|
||||||
#define HEADER_StringUtils
|
#define HEADER_StringUtils
|
||||||
/*
|
/*
|
||||||
htop - String.h
|
htop - StringUtils.h
|
||||||
(C) 2004-2011 Hisham H. Muhammad
|
(C) 2004-2011 Hisham H. Muhammad
|
||||||
Released under the GNU GPL, see the COPYING file
|
Released under the GNU GPL, see the COPYING file
|
||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
|
|
Loading…
Reference in New Issue