diff options
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.h')
-rw-r--r-- | clang/lib/CodeGen/TargetInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.h b/clang/lib/CodeGen/TargetInfo.h index f631f3102d0..b67b6853231 100644 --- a/clang/lib/CodeGen/TargetInfo.h +++ b/clang/lib/CodeGen/TargetInfo.h @@ -176,7 +176,7 @@ namespace clang { /// However, some platforms make the conventions identical except /// for passing additional out-of-band information to a variadic /// function: for example, x86-64 passes the number of SSE - /// arguments in %al. On these platforms, it is desireable to + /// arguments in %al. On these platforms, it is desirable to /// call unprototyped functions using the variadic convention so /// that unprototyped calls to varargs functions still succeed. /// |