From e9f2dad6bfe4af94dafc7a40eda2ad3c78b3646c Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 10 Oct 2025 22:37:52 +0100 Subject: [PATCH] Fix typo in aaruformatContext structure documentation --- include/aaruformat/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aaruformat/context.h b/include/aaruformat/context.h index 6336446..626105b 100644 --- a/include/aaruformat/context.h +++ b/include/aaruformat/context.h @@ -33,7 +33,7 @@ /** \file aaruformat/context.h * \brief Central runtime context structures for libaaruformat (image state, caches, checksum buffers). * - * The principal structure, \ref aaruformatContext, aggregates: header metadata, open stream handle, deduplication + * The principal structure, \ref aaruformat_context, aggregates: header metadata, open stream handle, deduplication * tables (DDT) currently in memory, optical disc auxiliary data (sector prefix/suffix/subchannel), track listings, * geometry & metadata blocks, checksum accumulators, CRC & ECC helper contexts, hash map for deduplication, and * transient write buffers.