arch/ia64/kernel/fsys.S: fix typos
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 30 Apr 2021 05:53:21 +0000 (22:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:34 +0000 (11:20 -0700)
Mundane spelling fixes.

Link: https://lkml.kernel.org/r/20210311061058.29492-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/fsys.S

index 0750a716adc72a5f5d5f6cb502448a74da2d18db..2094f324901982e2a225f9a248f75db5fe4230aa 100644 (file)
@@ -172,7 +172,7 @@ ENTRY(fsys_gettimeofday)
        // r25 = itc_lastcycle value
        // r26 = address clocksource cycle_last
        // r27 = (not used)
-       // r28 = sequence number at the beginning of critcal section
+       // r28 = sequence number at the beginning of critical section
        // r29 = address of itc_jitter
        // r30 = time processing flags / memory address
        // r31 = pointer to result
@@ -432,7 +432,7 @@ GLOBAL_ENTRY(fsys_bubble_down)
         *      - r29: psr
         *
         * We used to clear some PSR bits here but that requires slow
-        * serialization.  Fortuntely, that isn't really necessary.
+        * serialization.  Fortunately, that isn't really necessary.
         * The rationale is as follows: we used to clear bits
         * ~PSR_PRESERVED_BITS in PSR.L.  Since
         * PSR_PRESERVED_BITS==PSR.{UP,MFL,MFH,PK,DT,PP,SP,RT,IC}, we