fs: jfs: (trivial) Fix typo in dbInitTree function
authorWonguk Lee <wonguk.lee1023@gmail.com>
Fri, 5 May 2023 14:05:16 +0000 (23:05 +0900)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Tue, 20 Jun 2023 19:58:08 +0000 (14:58 -0500)
commitf3fb462443a5e150599fa6692e660e25c974e7be
tree68bb9f23ce760718a8199c46d560ea636f7d002e
parent11509910c599cbd04585ec35a6d5e1a0053d84c1
fs: jfs: (trivial) Fix typo in dbInitTree function

While trying to fix the jfs UBSAN problem reported in syzkaller,
(https://syzkaller.appspot.com/bug?id=01abadbd6ae6a08b1f1987aa61554c6b3ac19ff2)

I found the typo in the comment of dbInitTree function and fix it.

Signed-off-by: Wonguk Lee <wonguk.lee1023@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_dmap.c