Consistently spell "file name" and "file system" as two words.
[pintos-anon] / src / tests / filesys / base / syn-write.h
index 2f16765d762aa57263a7d21e70cd4c42e8a00bb7..07a6d5a015beac3cdce3fd8d05730884c383acc4 100644 (file)
@@ -4,6 +4,6 @@
 #define CHILD_CNT 10
 #define CHUNK_SIZE 512
 #define BUF_SIZE (CHILD_CNT * CHUNK_SIZE)
-static const char filename[] = "stuff";
+static const char file_name[] = "stuff";
 
 #endif /* tests/filesys/base/syn-write.h */