summaryrefslogtreecommitdiff
path: root/src/io
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-26 16:10:50 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-26 16:10:50 -0700
commit077994c12a8ac31bc9d910741b64d2bb444b2655 (patch)
tree66dba90705665aa692c11ecc278ff1de84b1db55 /src/io
parent0dc0b8de9eb0bcd889da836ba2d1e1a943af3584 (diff)
downloadtmwa-077994c12a8ac31bc9d910741b64d2bb444b2655.tar.gz
tmwa-077994c12a8ac31bc9d910741b64d2bb444b2655.tar.bz2
tmwa-077994c12a8ac31bc9d910741b64d2bb444b2655.tar.xz
tmwa-077994c12a8ac31bc9d910741b64d2bb444b2655.zip
Stricter grep checks
Diffstat (limited to 'src/io')
-rw-r--r--src/io/line.cpp2
-rw-r--r--src/io/lock.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/io/line.cpp b/src/io/line.cpp
index adefe53..4df29c8 100644
--- a/src/io/line.cpp
+++ b/src/io/line.cpp
@@ -1,5 +1,5 @@
#include "line.hpp"
-// io/line.hpp - Input from files, line-by-line
+// io/line.cpp - Input from files, line-by-line
//
// Copyright © 2014 Ben Longbons <b.r.longbons@gmail.com>
//
diff --git a/src/io/lock.cpp b/src/io/lock.cpp
index f6bbb01..e06c2f1 100644
--- a/src/io/lock.cpp
+++ b/src/io/lock.cpp
@@ -1,5 +1,5 @@
#include "lock.hpp"
-// io/lock.hpp - Output to files with atomic replacement and backups.
+// io/lock.cpp - Output to files with atomic replacement and backups.
//
// Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com>
//