kunt

golang IRC bot
git clone git://git.2f30.org/kunt
Log | Files | Refs | LICENSE

commit 05ceca0d8f8f5a782603ae9737f160c39ec9f15b
parent 7025ddc9168304030392a994cf094378f0458c6c
Author: sin <sin@2f30.org>
Date:   Sun, 28 Apr 2013 16:07:18 +0100

mapfs: Fix comment

Diffstat:
Msrc/mapfs/mapfs.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapfs/mapfs.go b/src/mapfs/mapfs.go @@ -22,7 +22,7 @@ type Mapfs struct { } type mapfsVal struct { - dirty bool // Do we need to sync this entry to the disk? + dirty bool // Do we need to sync this entry to disk? data []byte // Actual raw data }