mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sort: Fix a comment.
Obtained from: OpenBSD
This commit is contained in:
parent
f79477ebd5
commit
bd0f80c667
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ bwsdup(const struct bwstring *s)
|
|||
}
|
||||
|
||||
/*
|
||||
* Create a new binary string from a raw binary buffer.
|
||||
* Create a new binary string from a wide character buffer.
|
||||
*/
|
||||
struct bwstring *
|
||||
bwssbdup(const wchar_t *str, size_t len)
|
||||
|
|
|
|||
Loading…
Reference in a new issue