Skip to content

Commit 00d7e5b

Browse files
Sameer Khannameta-codesync[bot]
authored andcommitted
At line 88, fix the typo "thier" to "their" in the... in base.py and...
Summary: - In thriftalchemy/controller_new/base.py at line 88, fix the typo "thier" to "their" in the comment about QueuePool parameters. - In katran/lib/PcapWriter.h at lines 77 and 100, fix the typo "untill" to "until" in the function documentation comments. - In xr_map_ops/common/Helpers.h at line 45, fix the typo "sorrounding" to "surrounding" in the comment describing the surroundingPointHandles parameter. AI Review: - security: PASSED (1.00) — All three changes are purely comment typo fixes ("thier"→"their", "untill"→"until", "sorrounding"→"surrounding") with no impact on code logic, control flow, or security. - quality: PASSED (0.95) — All three changes are pure comment typo fixes ("thier"→"their", "untill"→"until", "sorrounding"→"surrounding") with no impact on code behavior, function signatures, or dependent code. The fixes are correct and improve readability. - task_solution: PASSED (1.00) — All three typo corrections are accurate and minimal. No code logic was modified, so there is zero regression risk. Reviewed By: dtolnay Differential Revision: D96626631 fbshipit-source-id: bc688c50210c10a30b825055dd55b81487cffb60
1 parent ec5da68 commit 00d7e5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

katran/lib/PcapWriter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class PcapWriter {
7474
* @param shared_ptr<MPMCQueue<PcapMsg>> queue where we receive msg to write
7575
*
7676
* helper function which starts PcapWriter. it reads from MPMCQueue in a loop
77-
* and calls writePacket on each received message from the queue untill we
77+
* and calls writePacket on each received message from the queue until we
7878
* receive "marker" message (message with nullptr instead of pointer to IOBuf)
7979
* which stops the iteratation.
8080
*/
@@ -96,7 +96,7 @@ class PcapWriter {
9696
* helper function which starts PcapWriter in multiWriter form.
9797
* it reads from MPMCQueue in a loop and depends on metadata in the message,
9898
* calls writePacket w/ specific for such event writer
99-
* on each received message from the queue untill we
99+
* on each received message from the queue until we
100100
* receive "marker" message (message with nullptr instead of pointer to IOBuf)
101101
* which stops the iteratation.
102102
*/

0 commit comments

Comments
 (0)