tools: Update .gitignore and name in header of c file
diff --git a/.gitignore b/.gitignore
index f925abd..ec1712f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,4 @@
 libusbmuxd.pc
 tools/.libs/*
 tools/iproxy
-tools/icat
+tools/inetcat
diff --git a/tools/inetcat.c b/tools/inetcat.c
index 5c908ae..e8b1b3a 100644
--- a/tools/inetcat.c
+++ b/tools/inetcat.c
@@ -1,5 +1,5 @@
 /*
- * icat.c -- simple netcat-like tool that enables service access to iOS devices
+ * inetcat.c -- simple netcat-like tool that enables service access to iOS devices
  *
  * Copyright (C) 2017 Adrien Guinet <adrien@guinet.me>
  *