Обсуждение: Fix a minor typo in the comment of read_stream_start_pending

Поиск
Список
Период
Сортировка

Fix a minor typo in the comment of read_stream_start_pending

От
Xuneng Zhou
Дата:
Hi hackers,

/*
* Sequential: Issue advice until the preadv() calls have caught
* up with the first advice issued for this sequential region, and
* then stay of the way of the kernel's own read-ahead.
*/

“out” is missing from the phrase “stay of the way” in this comment.
This patch fixes it.

Best,
Xuneng

Вложения

Re: Fix a minor typo in the comment of read_stream_start_pending

От
Chao Li
Дата:

> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.com> wrote:
>
> Hi hackers,
>
> /*
> * Sequential: Issue advice until the preadv() calls have caught
> * up with the first advice issued for this sequential region, and
> * then stay of the way of the kernel's own read-ahead.
> */
>
> “out” is missing from the phrase “stay of the way” in this comment.
> This patch fixes it.
>
> Best,
> Xuneng
> <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch>

Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







Re: Fix a minor typo in the comment of read_stream_start_pending

От
Heikki Linnakangas
Дата:
On 11/11/2025 02:43, Chao Li wrote:
>> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.com> wrote:
>> /*
>> * Sequential: Issue advice until the preadv() calls have caught
>> * up with the first advice issued for this sequential region, and
>> * then stay of the way of the kernel's own read-ahead.
>> */
>>
>> “out” is missing from the phrase “stay of the way” in this comment.
>> This patch fixes it.
>>
>> <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch>
> 
> Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability.

Fixed, thanks!

- Heikki




Re: Fix a minor typo in the comment of read_stream_start_pending

От
Xuneng Zhou
Дата:
Hi,

On Wed, Dec 10, 2025 at 7:07 AM Heikki Linnakangas <hlinnaka@iki.fi> wrote:
>
> On 11/11/2025 02:43, Chao Li wrote:
> >> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.com> wrote:
> >> /*
> >> * Sequential: Issue advice until the preadv() calls have caught
> >> * up with the first advice issued for this sequential region, and
> >> * then stay of the way of the kernel's own read-ahead.
> >> */
> >>
> >> “out” is missing from the phrase “stay of the way” in this comment.
> >> This patch fixes it.
> >>
> >> <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch>
> >
> > Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability.
>
> Fixed, thanks!
>
> - Heikki
>

Thanks!

--
Best,
Xuneng