aboutsummaryrefslogtreecommitdiff
path: root/Documentation/networking/strparser.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/strparser.txt')
-rw-r--r--Documentation/networking/strparser.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/strparser.txt b/Documentation/networking/strparser.txt
index 13081b3decef..a7d354ddda7b 100644
--- a/Documentation/networking/strparser.txt
+++ b/Documentation/networking/strparser.txt
@@ -48,7 +48,7 @@ void strp_pause(struct strparser *strp)
Temporarily pause a stream parser. Message parsing is suspended
and no new messages are delivered to the upper layer.
-void strp_pause(struct strparser *strp)
+void strp_unpause(struct strparser *strp)
Unpause a paused stream parser.