From 883d89370812478a7717f1ea16ca6eacf4ce4136 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 13 Sep 2019 08:30:47 +0200 Subject: [PATCH] error.h: Document LLS_ERROR_BIT. Also reformat the similar comment of OSL_ERROR_BIT to make it fit into a single line. --- error.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/error.h b/error.h index 8f4f9bb1..14e5b072 100644 --- a/error.h +++ b/error.h @@ -266,11 +266,10 @@ extern const char * const para_errlist[]; */ #define SYSTEM_ERROR_BIT 30 -/** - * Like the SYSTEM_ERROR_BIT, but indicates an error from the osl library. - */ +/** Like SYSTEM_ERROR_BIT, but for errors from the osl library. */ #define OSL_ERROR_BIT 29 +/** Like SYSTEM_ERROR_BIT, but for errors from the lopsub library. */ #define LLS_ERROR_BIT 28 /** Check whether the system error bit is set. */ -- 2.39.2