error.h: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Wed, 11 Sep 2013 04:21:05 +0000 (04:21 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 11 Sep 2013 22:28:39 +0000 (22:28 +0000)
error.h

diff --git a/error.h b/error.h
index 51ace98315ed6140ec8bbde35c1c36d5649c3d46..b0133deebf56373abf20e84631ec3449915081d9 100644 (file)
--- a/error.h
+++ b/error.h
@@ -608,7 +608,7 @@ _static_inline_ const char *para_strerror(int num)
  *
  * This should be used for all calls to osl functions that return an osl error
  * code. It changes the return value appropriately so that it can be used for
  *
  * This should be used for all calls to osl functions that return an osl error
  * code. It changes the return value appropriately so that it can be used for
- * printing the correct error message vi para_strerror().
+ * printing the correct error message with para_strerror().
  *
  * \return \a ret if \a ret >= 0, a paraslash error code otherwise.
  */
  *
  * \return \a ret if \a ret >= 0, a paraslash error code otherwise.
  */