diff --git a/prqlc/prqlc/src/codegen/ast.rs b/prqlc/prqlc/src/codegen/ast.rs
index da70647828e9..c3b9502a6e50 100644
--- a/prqlc/prqlc/src/codegen/ast.rs
+++ b/prqlc/prqlc/src/codegen/ast.rs
@@ -369,7 +369,7 @@ pub fn write_ident_part(s: &str) -> String {
 //     }}
 
 /// Find a comment before a span. If there's exactly one newline prior, then the
-/// comment is included here. Any furthur above are included with the prior token.
+/// comment is included here. Any further above are included with the prior token.
 fn find_comment_before(span: Span, tokens: &TokenVec) -> Option<TokenKind> {
     // index of the span in the token vec
     let index = tokens