summaryrefslogtreecommitdiff
path: root/include_server
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2008-05-23 03:19:13 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2008-05-23 03:19:13 +0000
commit0a2b9616aac6ce3fd300b5c491e43f9a5913ccf1 (patch)
treed8c03fd702604b2d568f6e41795fa8992d155767 /include_server
parentba995617b497c0ad93dfe3f90854f2700a0a3c1b (diff)
downloaddistcc-git-0a2b9616aac6ce3fd300b5c491e43f9a5913ccf1.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'include_server')
-rwxr-xr-xinclude_server/include_analyzer_memoizing_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/include_server/include_analyzer_memoizing_node.py b/include_server/include_analyzer_memoizing_node.py
index 300ad45..b969bf4 100755
--- a/include_server/include_analyzer_memoizing_node.py
+++ b/include_server/include_analyzer_memoizing_node.py
@@ -334,7 +334,7 @@ class IncludeAnalyzerMemoizingNode(include_analyzer.IncludeAnalyzer):
resolution_mode,
file_dir_idx=None,
fp_real_idx=None):
- """Find a previosly constructed node or create a new node.
+ """Find a previously constructed node or create a new node.
Arguments:
nodes_for_incl_config: a dictionary (see class documentation).