mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 03:50:17 +01:00
std-aux/trivial: fix typo in code comment
This commit is contained in:
parent
f786b05479
commit
efcc030752
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ nm_memeq(const void *s1, const void *s2, size_t len)
|
|||
/*
|
||||
* Very similar to g_str_has_prefix() with the obvious meaning.
|
||||
* Differences:
|
||||
* 1) suffix is enforced to be a C string literal
|
||||
* 1) prefix is enforced to be a C string literal
|
||||
* (it is thus more restricted, but you'll know it at compile time).
|
||||
* 2) it accepts str==NULL
|
||||
* (it is thus more forgiving than g_str_has_prefix())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue