Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Mar 28, 2024
1 parent 2f6be7a commit 5c4f35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SourcesCommand.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct DebugDirs {
};

/// Manages integration with rr-gdb-script-host.py to allow a gdb script to
/// controll which directories we search. If pipe_fd is open we have a
/// control which directories we search. If pipe_fd is open we have a
/// python child process. If pipe_fd is closed then everything here
/// becomes a no-op.
class DebugDirManager {
Expand Down

0 comments on commit 5c4f35c

Please sign in to comment.