* include/std/system_error (error_category): Fix comment.
From-SVN: r270877
2019-05-04 Jonathan Wakely <jwakely@redhat.com>
+ * include/std/system_error (error_category): Fix comment.
+
PR libstdc++/90299
* src/c++17/fs_ops.cc (absolute(const path&)): Report an error if the
argument is an empty path.
/** Abstract base class for types defining a category of error codes.
*
* An error category defines a context that give meaning to the integer
- * stored in an `error_code` or `error_category` object. For example,
+ * stored in an `error_code` or `error_condition` object. For example,
* the standard `errno` constants such a `EINVAL` and `ENOMEM` are
* associated with the "generic" category and other OS-specific error
* numbers are associated with the "system" category, but a user-defined