From 981931d5c11402255241241946c8414fe2b02a68 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 2 Jun 2017 23:17:44 +0200
Subject: [PATCH] Adapt comment to fit the js2h logic.

---
 src/scripts/js2h.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/scripts/js2h.sh b/src/scripts/js2h.sh
index 0efeaea..3d4db47 100755
--- a/src/scripts/js2h.sh
+++ b/src/scripts/js2h.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 #
-# Defined a constant for given JavaScript file. The file name is used to get
-# the constant name and the contents are minifed and escaped as the value.
-# ./js.h do_fancy_stuff.js creates somethings like
-# #define DO_FANCY_STUFF "Escaped JavaScriptCode"
+# Defined a constant for given JavaScript or CSS file. The file name is used
+# to get the constant name and the contents are minifed and escaped as the
+# value. ./js.h do_fancy_stuff.js creates somethings like
+# #define JS_DO_FANCY_STUFF "Escaped JavaScriptCode"
 
 FILE="$1"
 
-- 
2.20.1