Consistently spell "file name" and "file system" as two words.
[pintos-anon] / src / tests / filesys / extended / syn-rw.h
index 50ad2bb6d228ceae827eed62922e0be37976955d..170aeb470385bb0bd08b1c94a63cbaa02e21a196 100644 (file)
@@ -4,6 +4,6 @@
 #define CHUNK_SIZE 8
 #define CHUNK_CNT 512
 #define BUF_SIZE (CHUNK_SIZE * CHUNK_CNT)
-static const char filename[] = "logfile";
+static const char file_name[] = "logfile";
 
 #endif /* tests/filesys/extended/syn-rw.h */