TapAnalyzer: Fix docstring

Relates to #4337 #4725 #4734
This commit is contained in:
Arne Welzel 2025-08-06 14:19:30 +02:00
parent ac776b0aad
commit ce7c394af1

View file

@ -183,7 +183,7 @@ public:
* Remove a TapAnalyzer instance by raw pointer.
*
* Note that the TapAnalyzer instance \a ta is pointing at will be destroyed
* during the call to RemoveTapAanalyzer() and should be discarded by the caller
* during the call to RemoveTapAnalyzer() and should be discarded by the caller
* immediately. If you call RemoveTapAnalyzer() from within a TapAnalyzer's member
* function, ensure not accessing \a this afterwards.
*