Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03f136a2 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld Committed by Thomas Gleixner
Browse files

timeconst: Update path in comment

parent 3d45ac4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@ define fmuls(b,n,d) {
}
}


define timeconst(hz) {
define timeconst(hz) {
	print "/* Automatically generated by kernel/timeconst.bc */\n"
	print "/* Automatically generated by kernel/time/timeconst.bc */\n"
	print "/* Time conversion constants for HZ == ", hz, " */\n"
	print "/* Time conversion constants for HZ == ", hz, " */\n"
	print "\n"
	print "\n"