Skip to content

Commit 95708dd

Browse files
committed
Clarify what pf_current represents
1 parent 5701145 commit 95708dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-path/src/env/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ mod tests {
184184
#[cfg(windows)]
185185
#[derive(Clone, Debug)]
186186
struct PathsByRole {
187-
/// The program files directory relative to what architecture this program was built for.
187+
/// The program files directory used for whatever architecture this program was built for.
188188
pf_current: PathBuf,
189189

190190
/// The x86 program files directory regardless of the architecture of the program.

0 commit comments

Comments
 (0)