From 7aa89d4d1f784dbb31a4854cff9a3f83d063fe76 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 12 Aug 2015 14:47:30 +1000 Subject: [PATCH] Added a missing full stop. --- mount_config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mount_config.go b/mount_config.go index 61f805b..50c4e6f 100644 --- a/mount_config.go +++ b/mount_config.go @@ -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: //