diff options
Diffstat (limited to 'gcc/ada/s-auxdec-vms_64.ads')
-rw-r--r-- | gcc/ada/s-auxdec-vms_64.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-auxdec-vms_64.ads b/gcc/ada/s-auxdec-vms_64.ads index daf4b4682f2..111be333b94 100644 --- a/gcc/ada/s-auxdec-vms_64.ads +++ b/gcc/ada/s-auxdec-vms_64.ads @@ -463,7 +463,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); |