Skip to content

Commit c26fe66

Browse files
committed
compiler_wrappers-gcc.adb: fix a comment typo
1 parent 52938b8 commit c26fe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gnatcov/compiler_wrappers-gcc.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ is
139139
-- We rely on object file symbols to know what coverage buffers we
140140
-- should dump at link time. Nevertheless, an object file referenced in
141141
-- a link command (which we get through the -### verbose switch) does
142-
-- not necessarily exists yet: it can be a temporary file created by a
142+
-- not necessarily exist yet: it can be a temporary file created by a
143143
-- previous compilation command that belongs to the same compiler driver
144144
-- invocation (e.g. when compiling and linking at the same time).
145145
--

0 commit comments

Comments
 (0)