forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: replace "practise" with "practice" in Documentation
To keep the Documentation consistent either "practise" or "practice" should be used. Since there are 3 lines with "practise" ~/linux/Documentation$ grep -r practise * | wc -l 3 and 108 lines with "practice" ~/linux/Documentation$ grep -r practice * | wc -l 108 this patch converts "practise" to "practice". Signed-off-by: Jeremiah Mahler <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -369,13 +369,13 @@ you are responsible for last-minute changes. Example : | |
[[email protected]: struct foo moved from foo.c to foo.h] | ||
Signed-off-by: Lucky K Maintainer <[email protected]> | ||
|
||
This practise is particularly helpful if you maintain a stable branch and | ||
This practice is particularly helpful if you maintain a stable branch and | ||
want at the same time to credit the author, track changes, merge the fix, | ||
and protect the submitter from complaints. Note that under no circumstances | ||
can you change the author's identity (the From header), as it is the one | ||
which appears in the changelog. | ||
|
||
Special note to back-porters: It seems to be a common and useful practise | ||
Special note to back-porters: It seems to be a common and useful practice | ||
to insert an indication of the origin of a patch at the top of the commit | ||
message (just after the subject line) to facilitate tracking. For instance, | ||
here's what we see in 2.6-stable : | ||
|