trv: Renamed trv.htrv -> trv.h

Just moving away from the *trv when unnecessary. This matches the h
variable used for local iteration.
This commit is contained in:
Christopher Haster
2025-07-21 17:24:46 -05:00
parent 4b7a5c9201
commit 70872b5703
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -774,7 +774,7 @@ typedef struct lfs3_trv {
// state machine
lfs3_bshrub_t b;
// opened file state
lfs3_handle_t *htrv;
lfs3_handle_t *h;
union {
// cycle detection state, only valid when traversing the mroot chain
struct {