Added a missing full stop.

geesefs-0-30-9
Aaron Jacobs 2015-08-12 14:47:30 +10:00
parent 962e8e26d5
commit 7aa89d4d1f
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ type MountConfig struct {
//
// * close(2) (and anything else calling f_op->flush) writes out all dirty
// pages, then sends a setattr request with an appropriate mtime for
// those writes if there were any, and only then proceeds to send a flush
// those writes if there were any, and only then proceeds to send a
// flush.
//
// Code walk:
//