mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 02:23:24 +00:00
docs: fix some function names in comments
Signed-off-by: crystalstall <crystalruby@qq.com>
This commit is contained in:
@@ -210,7 +210,7 @@ func SetFlags(ci *fs.ConfigInfo) {
|
||||
}
|
||||
}
|
||||
|
||||
// parseHeaders converts DSCP names to value
|
||||
// parseDSCP converts DSCP names to value
|
||||
func parseDSCP(dscp string) (uint8, bool) {
|
||||
if s, err := strconv.ParseUint(dscp, 10, 6); err == nil {
|
||||
return uint8(s), true
|
||||
|
||||
Reference in New Issue
Block a user