Fix typo in aaruformatContext structure documentation

This commit is contained in:
2025-10-10 22:37:52 +01:00
parent ad5b566782
commit e9f2dad6bf

View File

@@ -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.