Skip to content

Commit 6ed82b0

Browse files
committed
Fix typo in nika XXX comment
1 parent e4ed201 commit 6ed82b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fallback.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ impl SourceMap {
383383
fn add_file(&mut self, name: &str, src: &str) -> Span {
384384
let (len, lines) = lines_offsets(src);
385385
let lo = self.next_start_pos();
386-
// XXX(nika): Shouild we bother doing a checked cast or checked add here?
386+
// XXX(nika): Should we bother doing a checked cast or checked add here?
387387
let span = Span {
388388
lo,
389389
hi: lo + (len as u32),

0 commit comments

Comments
 (0)