https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219619
Bug ID: 219619
Summary: bad description for function
/usr/src/sys/netinet6/scope6.c:in6_splitscope()
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Very minor bug from at least FreeBSD 10.x, to FreeBSD 11 and CURRENT (12.x):
function in6_splitscope() in /usr/src/sys/netinet6/scope6.c has the following
description:
/*
* Extracts scope from adddress @dst, stores cleared address
* inside @dst and zone inside @scopeid
*/
But it should be:
/*
* Extracts scope from adddress @src, stores cleared address
* inside @dst and zone inside @scopeid
*/
Sincerely,
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"