diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/history.c | 2 | ||||
-rw-r--r-- | src/command/history.h | 2 | ||||
-rw-r--r-- | src/command/parser.c | 2 |
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> * |