about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 23:42:45 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 23:42:45 +0000
commit7100b0e361d4d87d32392b7a0b62e94a311a2f6e (patch)
tree587b0232cc75f49139746ac2e14fd78dec0b9109
parent86bad48f4114092a5fbe8c01d620e4e8389c0e84 (diff)
downloadprofani-tty-7100b0e361d4d87d32392b7a0b62e94a311a2f6e.tar.gz
Fixed filenames in comment headers
-rw-r--r--src/command/history.c2
-rw-r--r--src/command/history.h2
-rw-r--r--src/command/parser.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/command/history.c b/src/command/history.c
index 29a952c1..d6f90820 100644
--- a/src/command/history.c
+++ b/src/command/history.c
@@ -1,5 +1,5 @@
 /*
- * command_history.c
+ * history.c
  *
  * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
diff --git a/src/command/history.h b/src/command/history.h
index 3b0b168f..3027f627 100644
--- a/src/command/history.h
+++ b/src/command/history.h
@@ -1,5 +1,5 @@
 /*
- * command_history.h
+ * history.h
  *
  * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
diff --git a/src/command/parser.c b/src/command/parser.c
index e8197444..af01ddcc 100644
--- a/src/command/parser.c
+++ b/src/command/parser.c
@@ -1,5 +1,5 @@
 /*
- * command_parser.c
+ * parser.c
  *
  * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *