Skip to content

Commit b011a57

Browse files
Jason Wangsuryasaimadhu
authored andcommitted
RAS/CEC: Remove a repeated 'an' in a comment
The double `an' in the comment in line 41 is repeated. Remove one of them. Signed-off-by: Jason Wang <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ad2c302 commit b011a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ras/cec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* elements entered into the array, during which, we're decaying all elements.
3939
* If, after decay, an element gets inserted again, its generation is set to 11b
4040
* to make sure it has higher numerical count than other, older elements and
41-
* thus emulate an an LRU-like behavior when deleting elements to free up space
41+
* thus emulate an LRU-like behavior when deleting elements to free up space
4242
* in the page.
4343
*
4444
* When an element reaches it's max count of action_threshold, we try to poison

0 commit comments

Comments
 (0)