From eb223862bd19827cc15d74b8af75b8c45a79b4d0 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 22 May 2020 00:36:00 +0000 Subject: crosvm: fix file_to_i64 comment This was missed in 0bf8a5590f3556d8ec05c182cb612f254fd416e5. --- src/linux.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linux.rs') diff --git a/src/linux.rs b/src/linux.rs index e480a4c..574493d 100644 --- a/src/linux.rs +++ b/src/linux.rs @@ -1566,7 +1566,7 @@ fn file_fields_to_i64>(path: P) -> io::Result> { .collect() } -// Reads the contents of a file and converts them into a u64, and if there +// Reads the contents of a file and converts them into a i64, and if there // are multiple fields it only returns the first one. fn file_to_i64>(path: P) -> io::Result { file_fields_to_i64(path)? -- cgit 1.4.1