diff options
Diffstat (limited to 'include/llvm/Support/system_error.h')
-rw-r--r-- | include/llvm/Support/system_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/system_error.h b/include/llvm/Support/system_error.h index 47759b99ec..b77030d1ed 100644 --- a/include/llvm/Support/system_error.h +++ b/include/llvm/Support/system_error.h @@ -669,7 +669,7 @@ const error_category& generic_category(); const error_category& system_category(); /// Get the error_category used for errno values from POSIX functions. This is -/// the same as the system_category on POISIX systems, but is the same as the +/// the same as the system_category on POSIX systems, but is the same as the /// generic_category on Windows. const error_category& posix_category(); |