Skip to content

Commit

Permalink
Revise comment for clarity
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua A. Anderson <[email protected]>
  • Loading branch information
josephburkhart and joaander authored Sep 24, 2024
1 parent 900f43f commit 74731b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsd/gsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@ int gsd_upgrade(struct gsd_handle* handle)
}
}

// label the file as a v2.1 file
// GSD always writes files matching the current major and minor version.
handle->header.gsd_version
= gsd_make_version(GSD_CURRENT_FILE_VERSION_MAJOR, GSD_CURRENT_FILE_VERSION_MINOR);

Expand Down

0 comments on commit 74731b0

Please sign in to comment.