You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
fix typos "precidence" -> "precedence" in comments
This patch was generated by git grep -E -i -l 'precidence' | xargs -r perl -p -i -e 's/precidence/precedence/' Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
3333e9ee9f
commit
659431fcaf
+1
-1
@@ -442,7 +442,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
/*
|
||||
* We use PATH to find perf commands, but we prepend some higher
|
||||
* precidence paths: the "--exec-path" option, the PERF_EXEC_PATH
|
||||
* precedence paths: the "--exec-path" option, the PERF_EXEC_PATH
|
||||
* environment, and the $(perfexecdir) from the Makefile at build
|
||||
* time.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user