diff utils.h @ 8:97243badae69

split place stuff to its own file
author David A. Holland
date Sun, 19 Dec 2010 19:15:55 -0500
parents 0601b6e8e53d
children 9dda765ee85c
line wrap: on
line diff
--- a/utils.h	Sun Dec 19 19:08:24 2010 -0500
+++ b/utils.h	Sun Dec 19 19:15:55 2010 -0500
@@ -13,7 +13,7 @@
 char *dostrdup2(const char *s, const char *t);
 char *dostrdup3(const char *s, const char *t, const char *u);
 
-/* in files.c */
+/* in place.c */
 void complain(const struct place *, const char *fmt, ...);
 void complain_fail(void);
 bool complain_failed(void);