19 February 2020, reported by Juno Kim of UC San Diego: In file "famus_snap.c" the comment for function "famus_snap_sync()" contains a misstatement in the first sentence: The comment says that we must fsync() the *backing file* twice, whereas actually we must fsync() the *snapshot file* twice. The code below the comment does the right thing.