소스 검색

Removed doubled colon

Jakub Kramarz 10 년 전
부모
커밋
3fb6fc3cd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      linux-bootstrap-1.md

+ 1 - 1
linux-bootstrap-1.md

@@ -64,7 +64,7 @@ Ok, now we know about real mode and memory addressing, let's get back to registe
 0xffff0000:0xfff0
 ```
 
-which we can translate to the physical address::
+which we can translate to the physical address:
 
 ```python
 >>> hex((0xffff000 << 4) + 0xfff0)