aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/packing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/core-api/packing.rst')
-rw-r--r--Documentation/core-api/packing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/packing.rst b/Documentation/core-api/packing.rst
index d8c341fe383e..3ed13bc9a195 100644
--- a/Documentation/core-api/packing.rst
+++ b/Documentation/core-api/packing.rst
@@ -161,6 +161,6 @@ xxx_packing() that calls it using the proper QUIRK_* one-hot bits set.
The packing() function returns an int-encoded error code, which protects the
programmer against incorrect API use. The errors are not expected to occur
-durring runtime, therefore it is reasonable for xxx_packing() to return void
+during runtime, therefore it is reasonable for xxx_packing() to return void
and simply swallow those errors. Optionally it can dump stack or print the
error description.