Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pm-graph: Fix typo "accesible"

Trivial fix.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Ricardo Ribalda and committed by
Rafael J. Wysocki
b7e23e54 0d02ec6b

+1 -1
+1 -1
tools/power/pm-graph/sleepgraph.py
··· 6819 6819 sysvals.outdir = val 6820 6820 sysvals.notestrun = True 6821 6821 if(os.path.isdir(val) == False): 6822 - doError('%s is not accesible' % val) 6822 + doError('%s is not accessible' % val) 6823 6823 elif(arg == '-filter'): 6824 6824 try: 6825 6825 val = next(args)