]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/libgnarl/s-taskin.ads
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / ada / libgnarl / s-taskin.ads
index 2e6a0bb3bcffd46609b67e958bc4481c66b1ddb1..c4f42fe1f7e06c771261ba5fdfdf99450ff2a76e 100644 (file)
@@ -776,7 +776,7 @@ package System.Tasking is
    Unspecified_Priority : constant Integer := -1;
    --  Indicates that a task has an unspecified priority. This is hardcoded as
    --  -1 rather than System.Priority'First - 1 as the value needs to be used
-   --  in init.c to specify that the main task has no specified priority.
+   --  in init.cc to specify that the main task has no specified priority.
 
    Priority_Not_Boosted : constant Integer := System.Priority'First - 1;
    --  Definition of Priority actually has to come from the RTS configuration