diff options
| author | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-04 09:22:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-04 09:22:01 +0200 |
| commit | d30928b3f6a425395e0011f6fffb342422d1e95b (patch) | |
| tree | 57c64af8276349efd566640f4b0180ccb5a084c0 /cmd/libsnap-confine-private | |
| parent | 7d706e67e8de2b838f44627854cd1ea2a7e9c37b (diff) | |
cmd/libsnap: fix copy-paste mistake
Co-Authored-By: Ian Johnson <person.uwsome@gmail.com>
Diffstat (limited to 'cmd/libsnap-confine-private')
| -rw-r--r-- | cmd/libsnap-confine-private/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/libsnap-confine-private/error.h b/cmd/libsnap-confine-private/error.h index 45610ac856..a50e70ab64 100644 --- a/cmd/libsnap-confine-private/error.h +++ b/cmd/libsnap-confine-private/error.h @@ -100,7 +100,7 @@ __attribute__((warn_unused_result, sc_error *sc_error_init_simple(const char *msgfmt, ...); /** - * Initialize an unspecified error with formatted message. + * Initialize an api misuse error with formatted message. * * This is just syntactic sugar for sc_error_init(SC_LIBSNAP_DOMAIN, * SC_API_MISUSE, msgfmt, ...) which is repeated often. |
