Skip to content

Commit

Permalink
Change a TODO comment to a FIXME for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpane authored and folkertdev committed Jan 9, 2025
1 parent 890c446 commit 221cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zlib-rs/src/deflate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ pub(crate) struct State<'a> {
pub(crate) nice_match: usize,

// Padding to maintain the grouping of fields into cache lines during refactoring
// TODO find a real field to swap into this location after the overall layout is optimized.
// FIXME find a real field to swap into this location after the overall layout is optimized.
_padding_0: usize,

pub(crate) strstart: usize, /* start of string to insert */
Expand Down

0 comments on commit 221cdd7

Please sign in to comment.