summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LibCallSemantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/LibCallSemantics.h')
-rw-r--r--include/llvm/Analysis/LibCallSemantics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LibCallSemantics.h b/include/llvm/Analysis/LibCallSemantics.h
index f5a9e96cbd..0f0bc23e00 100644
--- a/include/llvm/Analysis/LibCallSemantics.h
+++ b/include/llvm/Analysis/LibCallSemantics.h
@@ -27,7 +27,7 @@ namespace llvm {
/// standard libm functions. The location that they may be interested in is
/// an abstract location that represents errno for the current target. In
/// this case, a location for errno is anything such that the predicate
- /// returns true. On Mac OS/X, this predicate would return true if the
+ /// returns true. On Mac OS X, this predicate would return true if the
/// pointer is the result of a call to "__error()".
///
/// Locations can also be defined in a constant-sensitive way. For example,