about summary refs log tree commit diff
path: root/absl/synchronization/internal/graphcycles.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/synchronization/internal/graphcycles.h')
-rw-r--r--absl/synchronization/internal/graphcycles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/synchronization/internal/graphcycles.h b/absl/synchronization/internal/graphcycles.h
index e5bde007c768..e08dc09df278 100644
--- a/absl/synchronization/internal/graphcycles.h
+++ b/absl/synchronization/internal/graphcycles.h
@@ -36,7 +36,7 @@
 //   InsertEdge() is very fast when the edge already exists, and reasonably fast
 //   otherwise.
 //   FindPath() is linear in the size of the graph.
-// The current implemenation uses O(|V|+|E|) space.
+// The current implementation uses O(|V|+|E|) space.
 
 #include <cstdint>