Update special file option name in comment.

PiperOrigin-RevId: 321269281
This commit is contained in:
Dean Deng
2020-07-14 17:31:48 -07:00
committed by gVisor bot
parent 8a0082f5f3
commit 1b9965e06a
+3 -3
View File
@@ -28,9 +28,9 @@ import (
)
// specialFileFD implements vfs.FileDescriptionImpl for pipes, sockets, device
// special files, and (when filesystemOptions.specialRegularFiles is in effect)
// regular files. specialFileFD differs from regularFileFD by using per-FD
// handles instead of shared per-dentry handles, and never buffering I/O.
// special files, and (when filesystemOptions.regularFilesUseSpecialFileFD is
// in effect) regular files. specialFileFD differs from regularFileFD by using
// per-FD handles instead of shared per-dentry handles, and never buffering I/O.
type specialFileFD struct {
fileDescription