diff options
Diffstat (limited to 'test/Analysis/string.c')
-rw-r--r-- | test/Analysis/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/string.c b/test/Analysis/string.c index a68b4d7759..810258a9a3 100644 --- a/test/Analysis/string.c +++ b/test/Analysis/string.c @@ -15,7 +15,7 @@ // Some functions are implemented as builtins. These should be #defined as // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined. -// Functions that have variants and are also availabe as builtins should be +// Functions that have variants and are also available as builtins should be // declared carefully! See memcpy() for an example. #ifdef USE_BUILTINS |