diff --git a/src/lib/yajl/Handle.cxx b/src/lib/yajl/Handle.cxx index 6a1741b10..d9df886e9 100644 --- a/src/lib/yajl/Handle.cxx +++ b/src/lib/yajl/Handle.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Max Kellermann + * Copyright 2018-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/yajl/Handle.hxx b/src/lib/yajl/Handle.hxx index 02fad8ea1..a19c59e50 100644 --- a/src/lib/yajl/Handle.hxx +++ b/src/lib/yajl/Handle.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Max Kellermann + * Copyright 2018-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,7 +37,7 @@ namespace Yajl { /** - * OO wrapper for "struct curl_slist *". + * OO wrapper for a #yajl_handle. */ class Handle { yajl_handle handle = nullptr;