git: fe3660cf1f01 - stable/13 - bce(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:42:38 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fe3660cf1f01a056a6d864db7f24ba4b653ca4ea commit fe3660cf1f01a056a6d864db7f24ba4b653ca4ea Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:39:51 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:39:43 +0000 bce(4): Fix a typo in a source code comment - s/overriden/overridden/ (cherry picked from commit ddf38e0204f8146709d3a278520873a68d1802a4) --- sys/dev/bce/if_bcereg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index ed63c44c6a87..0aa3eda3a97d 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -411,7 +411,7 @@ u32 bce_debug_temp = bce_debug; \ bce_debug |= cond; -/* Restore the previously overriden debug level. */ +/* Restore the previously overridden debug level. */ #define DBPOP() \ bce_debug = bce_debug_temp;