diff options
Diffstat (limited to 'gcc/ada/s-auxdec.ads')
-rw-r--r-- | gcc/ada/s-auxdec.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-auxdec.ads b/gcc/ada/s-auxdec.ads index 2d34ff111c9..c3e16f502ca 100644 --- a/gcc/ada/s-auxdec.ads +++ b/gcc/ada/s-auxdec.ads @@ -459,7 +459,7 @@ private -- convention C so that the critical parameters are passed by reference. -- Without this, the parameters are passed by copy, creating load/store -- race conditions. We also inline them, since this seems more in the - -- spirit of the original (hardware instrinsic) routines. + -- spirit of the original (hardware intrinsic) routines. pragma Convention (C, Clear_Interlocked); pragma Inline_Always (Clear_Interlocked); |